2017-02-08 16:53 GMT+01:00 Ricardo Wurmus :
I’d like to avoid propagating inputs. Could we add a wrapper instead?
> The wrapper would set the appropriate environment variables and retain a
> reference to the JVM.
>
Good. So I can see how a wrapper is arranged
Catonano writes:
> The Clojure compilation target is the Jvm. Any Clojure based software needs
> a Jvm in order to run
>
> And the Clojure REPL is a Clojure based program. Without a Jvm it won' t
> run.
>
> I don' t remember now if the compiler is written in Java or in Clojure.
> Anyway, the com
2017-02-08 0:00 GMT+01:00 Ben Woodcroft :
> Hi Danny, Alex,
>
>
> On 07/02/17 18:19, Danny Milosavljevic wrote:
>
>> Hmmm... works for me with:
>>
>> $ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar"
>> clojure.main
>>
>> (Note: java -> /gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-ice
Hi Danny, Alex,
On 07/02/17 18:19, Danny Milosavljevic wrote:
Hmmm... works for me with:
$ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" clojure.main
(Note: java ->
/gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-icedtea-3.2.0/bin/java)
Also works within guix environment --ad-hoc
Hmmm... works for me with:
$ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" clojure.main
(Note: java ->
/gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-icedtea-3.2.0/bin/java)
Also works within guix environment --ad-hoc clojure.
If anyone's around, I would appreciate some feedback. I'm trying to
package leiningen, a build tool for clojure projects. The recommended
way to manually install leiningen is to use a script that will download
a .jar
(https://github.com/technomancy/leiningen/blob/stable/bin/lein#L65). This
is also