Alex Vong <alexvong1...@gmail.com> writes: > Hi everyone, > > This patch adds clojure to guix. I have been interested in clojure's > syntax for vector [] and hash-map {} for a while, after watching the > introduction of clojure to lisper video. So, I decide to package it for > guix! Note that I follow the example in ldc and download tarballs needed > to run the tests. I have also used pandoc to build markdown files to > html.
That’s great! I thought it would take a lot more work. Have you made sure that we’re actually building clojure *including* all dependent libraries from source without having to rely on bundled jar archives? ~~ Ricardo