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

Expand let-expr forms for literals in labels forms as well #4

Closed joinr closed 4 years ago

joinr commented 4 years ago

For named fns, we neglect to walk the labels forms for literals and expand let-exprs.

joinr commented 4 years ago

Patched.