joinr / clclojure

An experimental port of clojure to common lisp. Also some native common lisp implementations of clojure libraries, like seq, persistent vectors, etc.
Eclipse Public License 1.0
223 stars 8 forks source link

nested quasiquoting broken #3

Open joinr opened 4 years ago

joinr commented 4 years ago

Deep quasiquoting isn't playing well with the data literal forms I've adopted. The good news is this may not matter in practice for the reader and analyzer, but it'd be nice to have it working in general.