Hacker News new | ask | show | jobs
by kazinator 4092 days ago
A counter-counter argument is that implementing a language that is semantically distant from assembly language, over top of assembly language, counts as "from scratch", whereas skinning a language over with an interpreter (which doesn't even scan tokens, collect garbage or perform any I/O) doesn't count as "from scratch".
1 comments

What's the language that is semantically distant from Lisp, implemented over Lisp?
An example that pops to mind might be Shen. (In fact the subject of a HN submission just within the past several days.)