Explore >> Select a destination


You are here

danilafe.com
| | notes.eatonphil.com
3.8 parsecs away

Travel
| | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly
| | benhoyt.com
3.9 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself.
| | tenthousandmeters.com
3.5 parsecs away

Travel
| | In the first post of the series we've looked at the CPython VM. We've learned that it works by executing a series of instructions called bytecode....
| | jorenar.com
21.1 parsecs away

Travel
| [AI summary] The provided text is a comprehensive overview of various advanced C programming techniques and features. It covers topics such as preprocessor tricks, metaprogramming, inline assembly, coroutines, and more. The text also includes examples of using _Generic for type-based dispatch, handling variadic functions safely, and implementing a garbage collector. The content is highly technical and demonstrates the flexibility and power of the C language.