5 ms·
Well, you could basically do any llvm supported language. I remember a few years ago I tried creating a DSL just for fun and the sake of testing on iOS. You ca
by hwpythonner 1y ago
Well, you could basically do any llvm supported language.
I remember a few years ago I tried creating a DSL just for fun and the sake of testing on iOS.
You can create a frontend of whatever language you want for llvm so it’d translate it to llvm-ir.
You just need a small wrapper in objective c to make it work.