You are here |
jens.mooseyard.com | ||
| | | |
www.kegel.com
|
|
| | | | ||
| | | |
iferminm.gitlab.io
|
|
| | | | More than writing code | |
| | | |
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. | |
| | | |
vitonsky.net
|
|
| | We strive to ensure code quality with tests, static code typing, code analyzing, code review and documentation, but some of most popular programming languages like Typescript and Java kill interfaces as concept to describe contract of code. |