|
|
|
|
|
by lispm
4711 days ago
|
|
Clojure currently needs to be implemented and extended in another language: Java. The Clojure compiler is written in Java. The runtime is written in C. Its core is written in Java. https://github.com/clojure/clojure/blob/master/src/jvm/cloju... Most Common Lisp implementations have their compiler written Common Lisp. The language is implemented and extended in Common Lisp. |
|