Explore >> Select a destination


You are here

renato.athaydes.com
| | dehora.net
1.8 parsecs away

Travel
| | 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
1.7 parsecs away

Travel
| |
| | andrewkelley.me
2.2 parsecs away

Travel
| |
| | www.cs.cornell.edu
52.3 parsecs away

Travel
| 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.