Thanks, but I do need the JVM.
> On Jan 5, 2018, at 1:33 AM, Gary Verhaegen wrote:
>
> On 4 January 2018 at 23:26, Delon Newman wrote:
>> Also, any additional advice with respect to using Clojure for shell
>> scripting would be appreciated.
>
> Unless you have a sp
command line arguments to that
> var)
>
>
>
> This works on OS X – I haven’t tried it on Linux.
>
>
>
> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you
How do I get command line arguments in a Clojure shell script using the new
"clojure" binary?
So for a file like:
# file-name: hello
#!/usr/bin/env clojure
(defn -main [name]
(println (str "Hello, " name)))
and execute it like:
./hello John
the "-main" function is not executed. Is there
How simple a fix is it I may be interested in giving it a shot.
On Wednesday, May 6, 2015 at 4:33:27 PM UTC-10, dmiller wrote:
>
> Not completely functional and not thoroughly tested.
> Several tests still fail -- the most important one being interrupting an
> eval. (I know what the fix is, but