Leiningen is very easy to pronounce for the dutch :). We've the word
"Leningen" anyway ("Loans"), and ei is a common vowel combination in
dutch as well (I actually grew up in Leiden).
Ontopic: I might be missing something, but is there an obvious way to
do something like "lein src/chlamydia.clj" when I'm in the projects'
directory ("chlamydia"), to run a script as in "java -server
clojure.main chlamydia.clj"? I didn't see anything in the file "lein"
itself that seemed to point to that, so I added the below bit after
the if
elif [ ${1: -4} = ".clj" ]; then
# Small hack to use lein to start clojure scripts
java -cp "$CLASSPATH" clojure.main "$1"
Exception in thread "main" java.io.FileNotFoundException: Could not
locate chlamydia/clj__init.class or chlamydia/clj.clj on classpath:
On Nov 20, 7:40 pm, Phil Hagelberg <[email protected]> wrote:
> Sean Devlin <[email protected]> writes:
> > Something tells me we'll just be calling it 'lein'. Is that okay
> > Phil?
>
> Yeah, there's a reason the bin script is called "lein"... I was
> misspelling it myself for the first few days of working on it. =)
>
> -Phil
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en