clclojure
clclojure copied to clipboard
An experimental port of clojure to common lisp. Also some native common lisp implementations of clojure libraries, like seq, persistent vectors, etc.
Getting counterintuitive tail call warnings for when-let forms. Somehow tripping a false positive.
Everything's private for now. Normal behavior is to allow public/private per caller's use case.
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...
Hello, Several months ago I forked this repo and started working on it. After some additions, I found myself unable to work with such a large codebase with which I...