How do I run and install different OS and architectures on Android? And how i compile x86 binutils on Android?

ECMAScript semantics for __proto__

Thoughts on the Role of Handwritten Error Messages in the Era of AI?

Exploring Grammar Elasticity in CPython: Implementing a Concurrent Bilingual PEG Parser

My compiler just roasted me

A header-only, conservative tracing garbage collector in C

I built a JIT compiler for my own programming language and it just matched Node.js

I learned Rust internals by verifying everything against assembly output in Compiler Explorer. Here's what I found.

I built a programming language from scratch in TypeScript

I built a simple online compiler for my students to practice coding