Comment on One Major Difference Between Clojure and Common LispparentComments−kuschku11yKawa emulates it by adding overhead that interprets and replaces code with loops.Clojure is instead waiting for a solution on JVM-level.
Comments
Kawa emulates it by adding overhead that interprets and replaces code with loops.
Clojure is instead waiting for a solution on JVM-level.