Hacker News new | ask | show | jobs
by jsnnsjxj 670 days ago
I do not agree in the general case. There are very useful DSL compilers which do not consider performance at all, but just compile to a target which does the optimization for them (JVM, LLVM IR or even just C)
1 comments

Yes but those are called transpilers, right?
There is no fundamental difference between a compiler, transpiler and interpreter.

The techniques employed are very similar