#compilers + #code
Public notes from activescott tagged with both #compilers and #code
Wednesday, July 1, 2026
Tuesday, February 17, 2026
The Road to Zig 1.0 - Andrew Kelley - YouTube
hahah great talk. zig is C but fixed.
Home ⚡ Zig Programming Language
A compelling replacement to C/C++.
Monday, February 9, 2026
Duktape
Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.
Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa.