ยท 1 day agoยท Dev.to
I built a programming language from raw assembly โ and it beats C by 6.6 on LZ77
So I had a slightly unreasonable idea two years ago: What if I built a programming language without depending on C, LLVM, or any existing toolchain? The result is Jda โ a high-performance systems language bootstrapped from raw x86-64 assembly. The compiler now compiles itself. No GC. No runtime. Sin
#cloud-computing#programming-languages#high-performance#systems-programming