6 ms·
Interestingly enough, one of Clojure's selling points is that the basic data structure is not the cons-pair (rather the implementation details of storage are ab
by neeson 18y ago
Interestingly enough, one of Clojure's selling points is that the basic data structure is not the cons-pair (rather the implementation details of storage are abstracted). It is clearly a lisp, however.