2013/12/24 Zach Oakes <zsoa...@gmail.com> > This is a new release of Nightcode <https://nightcode.info/>, an IDE for > Clojure and Java (we all know there aren't enough of those!). Here's a > quick summary of what's been added since 0.1.0 was released three months > ago: > > -iOS compilation. You can now build iOS apps in Clojure and/or Java using > an integrated copy of my plugin, > lein-fruit<https://github.com/oakes/lein-fruit> > . > -iOS templates. There are standalone templates for normal iOS apps, and > the game templates have also been updated (write your Clojure game once, > and compile for desktop, Android, and iOS). > -Aesthetic improvements. You can switch to a lighter theme by running > Nightcode with "-s light" on the command line. Also, a splash screen now > appears while loading. Thanks to @kumarshantanu for the PRs! > -Integrated copy of lein-ancient <https://github.com/xsc/lein-ancient>. > Just select a project.clj file and click "Check Versions", and it will run > the plugin to check your dependencies. > -Non-U.S. keyboards now work better when paredit mode is on. > > Some remaining problems I could use help with: > > -Running the various Leiningen commands is quite slow, because I have to > launch them in a separate process. This is because there are all sorts of > subtle issues that could appear if I ran them in Nightcode's process. See > issue > #56 <https://github.com/oakes/Nightcode/issues/56>. > -On Windows, it appears that the process started by the "Run with REPL" > button never stops, even when Nightcode exits. This button runs the > equivalent of "lein repl". The process is created by Leiningen so I can't > directly access it. See issue > #59<https://github.com/oakes/Nightcode/issues/59> > . >
Counterclockwise shares these 2 issues - #56 : there are parts where it's slow. The only place where I run leiningen inside Eclipse is for computing dependencies classpath. And even that, I from time to time consider externalizing it. - #59: this same one explains why I haven't released the generic launcher instead of the JDT launcher, earlier this year, when it was actually OK on the leiningen branch. Problem with windows users prevented me to press the "Release" button on this feature, and enter a looong hammock time. > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.