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>
.

-- 
-- 
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.

Reply via email to