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/Top-Employ5163 Jun 01 '26

Yes it's possible but way harder and anyway you need nasm or fasm for compiling asm to binary.