|
|
|
|
|
by lispm
1798 days ago
|
|
Java mostly only got typical runtime ideas (managed memory, virtual machine, code loading, calling conventions, runtime safety) of the JVM from Lisp (often via Smalltalk, etc.), but not ideas like executable memory heaps, code as data, etc. Higher language feature from Lisp (CLOS, macros, conditions, closures, interactive development, ...) were not brought to mainstream Java. Closures, some interactivity, ... eventually were added many years later. From a Lisp user perspective Java was more than 'halfway' away, and probably still is. |
|
So we could argue bullet points about how someone highly relevant in Lisp and Scheme community was wrong on his assertion, if you like.