|
You are here |
danilafe.com | ||
| | | | |
notes.eatonphil.com
|
|
| | | | | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly | |
| | | | |
benhoyt.com
|
|
| | | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | | |
tenthousandmeters.com
|
|
| | | | | 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
|
|
| | | [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. | ||