Implementing Co, a Small Interpreted Language With Coroutines #1: The Parser

Thanks a lot for the kind words :slight_smile:. I learned a lot about this topic from your Streama screencasts.

This is the first part of a three-part series. I’ll go over how coroutines and channels work in the third part. But in short, sending and receiving over channels implicitly yields.

I agree. I wrote it this way to keep things simple. I didn’t want to add extra mental overhead for the readers.

1 Like