Hacker News new | ask | show | jobs
by jtolmar 3238 days ago
Do you think you could write an interpreter?

If so, you can write an interpreter that "interprets" by spitting out a bunch of Java or Python (or whatever). That's a transpiler.

If you can write that, you just need to learn LLVM or x86 well enough to transpile to that.