|
|
|
|
|
by JonChesterfield
1098 days ago
|
|
The thesis is basically right but the conclusion unexpected. Dependencies should be minimised, but the immortal language that is simple to reimplement at will later should be from the lambda calculus lineage, not a Turing machine. Lisp is the obvious doable-in-a-day one, but a ML is probably fine too. (write an interpreter, use that to run a compiler if you want performance) |
|