…and just yesterday a ticket was opened to address at the very least warning
when this happens: http://dev.clojure.org/jira/browse/CLJ-1297 . If you've
wasted valuable development hours on this, up votes would be appreciated ;-)
- Josh
On Tuesday, November 19, 2013 at 10:10 PM, dmiller wrote:
ClojureCLR follows ClojureJVM in translating hyphens in namespace names to
underscores in filenames.
-David
On Tuesday, November 19, 2013 11:00:37 AM UTC-6, Frank Hale wrote:
>
> Thanks Shantanu, I will look into lein-clr.
>
>
> On Tue, Nov 19, 2013 at 11:57 AM, Frank Hale
> > wrote:
>
>> Ugh,
Thanks Shantanu, I will look into lein-clr.
On Tue, Nov 19, 2013 at 11:57 AM, Frank Hale wrote:
> Ugh, as it always goes right after posting to a mailing list you find out
> what the problem is. My clojure source file name was the problem. I had a
> dash in the filename and apparently that is a
Ugh, as it always goes right after posting to a mailing list you find out
what the problem is. My clojure source file name was the problem. I had a
dash in the filename and apparently that is a problem. All is well. LOL!
On Tue, Nov 19, 2013 at 11:54 AM, Shantanu Kumar
wrote:
> Hi Frank,
>
> (Sa
Hi Frank,
(Saw your post shared on ClojureCLR Google+ but was unable to comment.)
This may be slightly tangential but you might want to look at lein-clr:
https://github.com/kumarshantanu/lein-clr
It makes these things easier to do on the command-line. You need to install
Java and Leiningen to
I'm using Clojure-CLR 1.5 and cannot get a simple hello,world to compile
into an executable using Clojure.Compile.exe.
Code:
(ns clojureclr-test
(:gen-class))
(defn -main []
(println "Hello, World))
When I attempt to compile the code using Clojure.Compile.exe I get the
following error: