The fixed point: a compiler written in its own language just reproduced itself, byte for byte
Verbose is a small experimental language I'm building — its compiler proves properties about your code (termination, sound types) and emits tiny x86-6…
Tech news from the best sources
Verbose is a small experimental language I'm building — its compiler proves properties about your code (termination, sound types) and emits tiny x86-6…
Galfus Script has reached its first MVP milestone. Galfus is an experimental programming language written in Rust, designed around a typed VM-first ex…
I had arrived at the final frontier. My bare-metal kernel was booting in QEMU, driving NVMe block storage, running multi-agent swarms, and rendering a…
With the Synaptic Canvas GUI rendering, my bare-metal kernel was fully functional. However, as I expanded the OS features, I ran into multitasking bot…
After writing drivers for NVMe storage, my bare-metal kernel could load files and run JIT code. However, I was still typing commands into a text-only …
Entering Ring 0 gave me complete control over CPU execution, but I faced a major challenge: I had no drivers . I couldn't read a single byte from a ha…
Up until this point, I had built an incredible JIT compiler, but it was still running on top of Windows. If I wanted true zero-allocation, microsecond…
Now that the JIT compiler could output raw x86-64 machine instructions, the next step was to optimize the AST tree before emitting code bytes. If the …
With the standalone IDE running, I had a sandboxed environment to write and execute Neural Document Architecture (NDA) programs. However, executing th…
With the Neural Document Architecture (NDA) binary format defined, the next logical bottleneck was the environment it ran in. I was building this as a…
Verbose is a small experimental language I'm building. Its compiler proves properties about your code — like termination — and emits tiny, readable x8…
Talk by Nia Deckers at RustWeek Comments
Verbose is a small experimental language I'm building. Its compiler proves properties about your code — like termination — and emits tiny, readable x8…
There's no shortage of new programming languages these days, but every so often one comes along that's worth paying attention to early. Rux is a fast,…
This is a short chapter but with a very tangible and "objective" payoff. Basically, every function we typed into the REPL got compiled and ran inside …
What is Gloria JIT? Gloria JIT is a low-level programming language and compiler that is part of the ForgeZero ecosystem. It is written in Go and compi…