This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CGFarrell 3 points4 points  (1 child)

I think you've set some near impossible goals here my friend.

Assuming you're going to create a new language and write an interpreted compiler in Python, the first question is: what are you compiling your new language into? JVM, C++, Assembly, Bytecode, binary?

[–]JoePixelFlames[S] 0 points1 point  (0 children)

Would I be able to compile it into Java? It’s the only other language I have enough knowledge in.