Re: [ANN] Nightcode 2: Total Rewrite

2016-07-17 Thread Zach Oakes
I just released 2.0.1 which (hopefully) fixes the REPL issue that occurred when using Overtone. I also adds the ability to cycle through REPL history with up/down arrows. Lastly, for those with issues using it on Linux with OpenJDK, I now have deb/rpm packages that bundle the necessary oracle st

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-17 Thread Ivan Reese
Stellar introduction! I love the use of long-form humour in the Clojure community (re-frame, I'm looking at you). -- 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 m

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Dave Yarwood
Nightcode 2 is already looking great! I'm looking forward to seeing how it develops. I'm also tickled that there is an Audio App template using Alda! Let me know if there's anything Alda-related I can help with :) On Wednesday, July 13, 2016 at 1:58:05 PM UTC-4, Zach Oakes wrote: > > TL;DR: Nig

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Yoko Harada
Zach, Here's additional info. Hitting ENTER key a couple of times, at least, one more, fixes the problem. Probably, reloading has a problem. If I don't hit Reload button, this weird behavior doesn't happen. If I hit Reload button, or type (require ... :reload) in REPL, this weird behavior starts.

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Zach Oakes
I will definitely look into the REPL issue this weekend. Sorry about that regression -- there are some rough edges right now. My users are also my beta testers :) On Thursday, July 14, 2016 at 10:46:17 PM UTC-4, yokolet wrote: > > Thanks for the update! A single REPL window on the new version lo

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Yoko Harada
Boris, Yes! That's what I want to know. Also, the jar archive is the one ClojureBridge will use. Thanks! - Yoko On Thu, Jul 14, 2016 at 11:51 PM, Boris Kourtoukov wrote: > Hi Yoko, > > If all you need is standalone jar versions of Nightcode you can see all > the past releases here: https://gi

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-14 Thread Boris Kourtoukov
Hi Yoko, If all you need is standalone jar versions of Nightcode you can see all the past releases here: https://github.com/oakes/Nightcode/releases The jar should run on any platform. Best, Boris On Thursday, July 14, 2016 at 10:46:17 PM UTC-4, yokolet wrote: > > Thanks for the update! A si

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-14 Thread Yoko Harada
Thanks for the update! A single REPL window on the new version looks nice. It's good to avoid confusion for beginners. Recently, ClojureBridge (clojurebridge.org) officially switched to Nightcode. I think ClojureBridge students will like this easy to use editor. However, there's a really *ouch* pr

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Christopher Small
OMG. Thank you for this brilliant introduction. And of course all your hard work, as well :-) On Wednesday, July 13, 2016 at 7:35:53 PM UTC-7, Zach Oakes wrote: > > As I understand it, the Boot.java I linked to basically does that. You > just run its main function and it takes care of downloadi

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
As I understand it, the Boot.java I linked to basically does that. You just run its main function and it takes care of downloading Boot to the right spot and invoking it. On Wednesday, July 13, 2016 at 10:18:05 PM UTC-4, Colin Fleming wrote: > > What I do for Leiningen in Cursive is basically mi

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Colin Fleming
What I do for Leiningen in Cursive is basically mimic what the lein script does, and download the uberjars to .lein/self-installs, and then run processes with those on the classpath. Would something similar for Boot work? As I understand it, boot.sh is just a tricky wrapper around an embedded jar,

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Keith Irwin
Now a simple question… How do you evaluate a form into the running repl? > On Jul 13, 2016, at 7:12 PM, Zach Oakes wrote: > > If I get desperate I may do that, but the main users I care about are > beginners, and they generally have trouble installing CLI tools. I'm hoping > it is a trivial

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
If I get desperate I may do that, but the main users I care about are beginners, and they generally have trouble installing CLI tools. I'm hoping it is a trivial fix and I'll be able to get Boot working in 2.1.0 :) On Wednesday, July 13, 2016 at 9:44:50 PM UTC-4, Mark wrote: > > How about, until

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Mark Stang
How about, until the issues are resolved, you require boot to be installed? On Jul 13, 2016 6:52 PM, "Zach Oakes" wrote: > That Boot tab is quite a tease ;) I wanted to finish support for it so > bad, but technical difficulties prevented me from doing it. I definitely > plan to still do so, and a

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
That Boot tab is quite a tease ;) I wanted to finish support for it so bad, but technical difficulties prevented me from doing it. I definitely plan to still do so, and any help would be appreciated. The issue is actually pretty simple: I need to be able to call Boot commands without having Boo

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Sean Corfield
I see a Boot tab in the REPL area but looking at the source code, detecting build.boot is disabled (and, indeed, I can’t get NC to recognize any of my Boot-only projects). Can you speak to where you are on Boot support? Thanks, Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Archite

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread ojito
I'm using LightTable, can anyone compare the experience with nightcode? Seems like it's quite different than before. On Wednesday, July 13, 2016 at 10:58:05 AM UTC-7, Zach Oakes wrote: > > TL;DR: Nightcode, a Clojure IDE, just got a makeover: > https://sekao.net/nightcode/ > > In a world...wher

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
Ah yeah I don't think Java FX is part of openjdk yet, so I think you need to install the oracle version to get it to work on linux. On Wednesday, July 13, 2016 at 3:29:40 PM UTC-4, Gary Trakhman wrote: > > Pretty cool! > > On Ubuntu, I was unable to run the jar, it couldn't find the main > sekao

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Gary Trakhman
Pretty cool! On Ubuntu, I was unable to run the jar, it couldn't find the main sekao...core class, although on inspection it was there just fine. I was able to run it from a git checkout with `boot run`, however I additionally found out I needed to `sudo apt-get install openjfx` On Wed, Jul 13,

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Boris Kourtoukov
Looks awesome so far Zach! Thanks for going through this monumental rewrite! On Wednesday, July 13, 2016 at 1:58:05 PM UTC-4, Zach Oakes wrote: > > TL;DR: Nightcode, a Clojure IDE, just got a makeover: > https://sekao.net/nightcode/ > > In a world...where developer tools are gargantuan beasts, un

[ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
TL;DR: Nightcode, a Clojure IDE, just got a makeover: https://sekao.net/nightcode/ In a world...where developer tools are gargantuan beasts, unapproachable to beginners, one IDE stood alone. *a fiddle softly plays ashokan farewell* “You’re not going already, are you, Nightcode?” “I must, fa