Unleashing Compiler Power for Cutting-Edge Innovation!
From compilersutra.comSearch
1994: wrote a Pascal compiler to support the Compiler Design class I was teaching.
2026: updated it to build on modern Linux, using GenAI for speeding up ⬆️
LLVM backend coming next.
github.com/efutch/apc #compilers #cpp
GitHub - efutch/apc: A Pascal Compiler - Based on Aho+Ullman+Sethi appendix, complete up to...
A Pascal Compiler - Based on Aho+Ullman+Sethi appendix, complete up to intermediate code generation. Updating to LLVM IR. - efutch/apc
From github.com 17
I just had my first exam for the semester as a final year student and also my first real win in building a programming language.
Got the HTTP server working in Wolf with zero errors after fighting LLVM bugs all night instead of reading 😭😂#BuildInPublic #Programming #Compiler8l

1
42
I'm building Lake — a process-oriented language where every call spawns a cooperatively-scheduled process. Compiled to native x86-64 via Cranelift.
📖morphqdd.github.io/lake-bookU
�github.com/morphqdd/lake-…81
#compilers #PLTwt #rustlang
GitHub - morphqdd/lake-native-compiler: Native compiler for the Lake process-oriented systems...
Native compiler for the Lake process-oriented systems programming language. Cranelift backend, cooperative scheduler, direct syscalls, no libc. - morphqdd/lake-native-compiler
From github.com 1
26
The age of programming languages is over. I built one anyway.
Type inference. No annotations. Errors caught before they happen. The theory is from the 70s - compilers were doing "inference" long before #ai :)
youtu.be/fSRTVrjvo70
#typeinference #compilers #fsharp
1
1
111
Estoy documentando el curso y libro, Python para todos 📝. Si te sirven mis notas de estudio y códigos de práctica, los estoy subiendo a mi repositorio 📷:github.com/DavidParragaMe…ZE
#Python #DevCommunity #Compilers
GitHub - DavidParragaMendoza/Python-para-todos
Contribute to DavidParragaMendoza/Python-para-todos development by creating an account on GitHub.
From github.com 19
📣 New Podcast! "Intro to Compiler Theory - Part 1" on@Spreaker #compiler #compilers #computers #connectedcomponents #csspreaker.com/episode/intro-…X
9
“The Claude C Compiler: What It Reveals About The Future Of Software”, Chris Lattner (modular.com/blog/the-claud…).
On HN: news.ycombinator.com/item?id=470970… & news.ycombinator.com/item?id=470090…
On Lobsters: lobste.rs/s/wk6rjh/claud…
#LLVM #Compilers #AI #C #ClaudeCCompiler #ClaudeCode #CCC
Modular: The Claude C Compiler: What It Reveals About the Future of Software
Compilers occupy a special place in computer science. They're a canonical course in computer science education. Building one is a rite of passage. It forces you to confront how software actually...
From modular.com 22
Second part of my JIT Compiler from Scratch series is here
medium.com/codejitsu/buil…
#compilers #jit #rust
Building a JIT Compiler from Scratch: Part 1 — Why Build a JIT Compiler?
After reading Crafting Interpreters, I thought building a bytecode VM would be enough. I built Cabasa, a WebAssembly runtime. I’m now…
From medium.com 1
9
23
956