📰 Dev.to · JAI LALAWAT
6 articles · Updated every 3 hours · View all reads
All
Articles 77,330Blog Posts 102,407Tech Tutorials 18,838Research Papers 16,256News 13,372
⚡ AI Lessons

Dev.to · JAI LALAWAT
2w ago
33x faster than Rust: Why I stopped waiting for my compiler and built my own.
The Hook: Slow compile times are a major pain point for systems engineers. Jda's 42ms average compile...

Dev.to · JAI LALAWAT
🧠 Large Language Models
⚡ AI Lesson
2w ago
How I Built a Language That Beats C on LZ77 by 6.6 — Bootstrapped from Assembly
Disclosure: This project was built with AI assistance (Claude). I built a systems programming...

Dev.to · JAI LALAWAT
2w ago
I Built a Programming Language from Scratch — No C, No LLVM, Just Raw Assembly
TL;DR I spent the last several months building Jda — a self-hosted systems programming...

Dev.to · JAI LALAWAT
2w ago
I built a systems programming language from scratch — zero C, zero Rust, zero Python.
Bootstrapped from raw x86-64 assembly. It beats C on 3 of 5 benchmarks.
https://jdalang.org
Jda...

Dev.to · JAI LALAWAT
2w ago
I built a systems programming language from scratch — zero C, zero Rust, zero Python.
Bootstrapped from raw x86-64 assembly. It beats C on 3 of 5 benchmarks.
A post by JAI LALAWAT

Dev.to · JAI LALAWAT
2w ago
How I Built a Language That Beats C on LZ77 by 6.6 — Bootstrapped from Assembly
A self-hosted systems language with zero C in the toolchain, and what two compiler optimizations did to destroy the competition on compression.
A post by JAI LALAWAT
DeepCamp AI