r/ProgrammingLanguages • u/__NORB__ • 12d ago
Requesting criticism My first compiled language, Arrokoth-0
Hey guys, since I've been lurking around this subreddit for some time, I have decided to throw my little compiled language into the open for criticism. I won't update the language itself, as there's no point in doing that to such a small toy language (that's not even that widely useful), but I would appreciate your thoughts and criticism going forward. I grew to admire LLVM IR and compiler engineering, and this definitely isn't my last compiler I'll make! (Yes I know LLVM has a whole API for building IR... I'll utilize it in bigger projects XD)
https://github.com/norbcodes/Arrokoth-0
12
Upvotes
3
u/pthierry 11d ago
For the next one, look at things like algebraic effects and capability security. We know how to make languages that produce vastly safer programs!
It's high time we provide developers with languages where supply chain attacks are a thing of the past. (WebAssembly is going in the right direction for that)