Hacker News new | ask | show | jobs
by armchairhacker 1669 days ago
Some languages might have prototype or deprecated fallback AST interpreters. I know that R has a fallback AST interpreter although unless you run with a special flag you’ll run the byte code compiler.

Simple DSLs might have AST interpreters, or any sort of language where speed really doesn’t matter.