Building an Esolang JIT with GNU LibJIT 5 years ago 4 min read CompilersC/C++Programming If you are interested in creating your own language runtime, and are also planning on working in just-in-time features, there are two major ways to go about it.
10 Key Differences between C/C++ 5 years ago 1 min read CompilersC/C++Programming In this video, I give a brief (~24 minute) presentation explaining 10 of the key differences that distinguish C++ from C.