by high_byte on 2/1/23, 6:07 PM with 5 comments
then I thought that this actually already exists - LLVM! I wonder how easily would it be to create various frontends, but instead of x64, arm, etc. you would have targets like js, py, etc.
would LLVM be suitable for something like this? now imagine instead of writing code in one "super language", you could compile e.g. JS to LLVM and LLVM to Python. wouldn't it be awesome?
by HybridCurve on 2/1/23, 10:25 PM
by tuckerpo on 2/1/23, 7:11 PM
by ksherlock on 2/1/23, 8:22 PM
by mikewarot on 2/1/23, 9:32 PM
Pascal, Lisp, Forth might be more reasonable targets for something like this.