Explore >> Select a destination


You are here

blog.reverberate.org
| | samwho.dev
6.8 parsecs away

Travel
| | How does a function in Ruby call a function in C? How does a function in Kotlin call a function in Java? It's no secret that you can call functions in one progr...
| | kuterdinel.com
5.0 parsecs away

Travel
| | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code.
| | bernsteinbear.com
5.3 parsecs away

Travel
| | Compiling Lisp primitive binary functions to x86-64
| | jorenar.com
25.9 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.