 
      
    | You are here | renato.athaydes.com | ||
| | | | | dehora.net | |
| | | | | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere. | |
| | | | | aradaelli.com | |
| | | | | ||
| | | | | andrewkelley.me | |
| | | | | ||
| | | | | www.cs.cornell.edu | |
| | | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops. | ||