I built a VHDL simulation engine from scratch in C++20 — lexer, parser, semantic analyzer, linker, and a TUI waveform debugger. Here's why.

Why rust can't replace C/C++

I built Delus: A pure Python C/ASM code generator using context managers (`with` scopes) instead of heavy AST

What if Java had been designed to replace C++ without a JVM?

match-variants — C++ std::visit for Rust enums: static dispatch without the boilerplate

I built Uranium: A statically typed language with a hand-rolled x86_64 JIT (no LLVM) and generational GC in modern C++

C++ Interop, a good or bad idea?

Building a Faster C# Driver for ScyllaDB…on our Self-Baked C#-Rust FFI Framework

A self-hosting compiler-compiler where one grammar yields a C++ parser plus a binary form that C++/Java/Python/JS/Rust runtimes decompile byte-identically

Why can’t python devs just move to c++ or rust or smth