I've been playing with Go a lot recently, and I have found the
documentation / new user experience very good:
http://golang.org/
On Mon, Sep 3, 2012 at 2:19 PM, Denis Labaye wrote:
>
>
> On Mon, Sep 3, 2012 at 5:40 PM, Softaddicts
> wrote:
>>
>> Btwy, using leiningen's repl hides all these i
On Mon, Sep 3, 2012 at 5:40 PM, Softaddicts wrote:
> Btwy, using leiningen's repl hides all these issues...
>
yes, and Emacs is one of the best for hacking Clojure code ...
But not necessarily for new users, who don't know Emacs or Java.
And even better than lein: You can't beat an online REPL f
Btwy, using leiningen's repl hides all these issues...
Luc
> This will work only if
>
> A) there is a manifest in the jar specifying which class contains the main
> method
>
> B) if you do not need to add libraries explicitly, -cp is ignored when you use
> -jar
>
> Clojure.org is correc
This will work only if
A) there is a manifest in the jar specifying which class contains the main
method
B) if you do not need to add libraries explicitly, -cp is ignored when you use
-jar
Clojure.org is correct, especially regarding b). If you happen to need to add
libs to your REPL, -jar