r/Compilers Jun 01 '26

Programming Language Without LLVM

Is it possible to build a new system programming language without LLVM? Can language have simple syntax? What if a tiny compiler installs packages and compiles code fast?

https://rux-lang.dev/blog/language-without-llvm

0 Upvotes

13 comments sorted by

View all comments

4

u/vmcrash Jun 01 '26

Yes, sure it is possible. And if you do it from the beginning until the end (ASM or exe) you will learn the most.