Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread Zach Oakes
I messed with JavaFX and Clojure in the past. I found a neat little library called splendid on BitBucket that wrapped a few things, but nothing like seesaw. Also, I mainly was interested in it for its webkit-based WebView, but that turned out to be really crummy. I also didn't like that it wasn'

Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread adrians
Zach, have you considered using JavaFX instead of Swing and having an embedded JRE as a turnkey one file setup (see http://docs.oracle.com/javafx/2/deployment/packaging.htm)? You'd probably be able to build a UI with much more potential for the long run. On Wednesday, September 25, 2013 9:53:

Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread Zach Oakes
It won't compile to the CLR, but you can certainly run the jar file on Windows. I assume you want to avoid installing Java, but that won't be possible because its UI is entirely Swing-based and it has JVM-specific stuff on the backend like the HotSwap feature. On Wednesday, September 25, 2013 7

Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread Mike
Probably a dumb question, but for those of us who would love to use Clojure under Windows, is there a way to use this IDE in a Clojure-CLR environment? In any case, thank you for your efforts. On Wednesday, September 25, 2013 8:33:47 AM UTC-5, Zach Oakes wrote: > > Nightcode is an IDE written in

Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread Zach Oakes
The theme is currently hard-coded. BTW I submitted it to HN, in case anyone cares: https://news.ycombinator.com/item?id=613 On Wednesday, September 25, 2013 9:54:23 AM UTC-4, Shantanu Kumar wrote: > > Thanks for the release! Is there a way to change the color theme, e.g. if > I want to set

Re: [ANN] Nightcode 0.1.0, a Clojure IDE

2013-09-25 Thread Shantanu Kumar
Thanks for the release! Is there a way to change the color theme, e.g. if I want to set a light background? Shantanu On Wednesday, 25 September 2013 19:03:47 UTC+5:30, Zach Oakes wrote: > > Nightcode is an IDE written in Clojure. I announced a very half-baked > 0.0.1 nearly two months ago, and