Re: [ANN] Nightlight, an embedded editor for Clojure

2016-11-05 Thread Didier
Wow, this looks awesome. For now, I'm pretty satisfied with Atom + ProtoREPL. But if your approach can achieve much better code completion, much better linting, much better refactoring and hopefully much better debugging, I'm going to have to move to it. Actually, it would be awesome if you co

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-29 Thread Zach Oakes
Yep I definitely plan on adding that feature. For now, you'll just have to refresh your browser =) By the way, I just released version 1.1.0, which adds some initial support for ClojureScript! I added a new section on the website that explains how to set it up. On Saturday, October 29, 2016 at

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-29 Thread ru
Great work, Zach! Thank you. I would like to switch from Lifhttable+Terminal working environment that I use now, to Nightlight. But I definitely need "Refresh folder" and/or "Refresh file" actions, because sometimes I update source files from outside of a project. Is it possible to add someth

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-19 Thread Zach Oakes
I forgot all about the dependency issue, sorry about that. I just released 1.0.1 which removes that dependency so hopefully it should work without requiring that workaround. On Wednesday, October 19, 2016 at 9:46:39 AM UTC-4, ma...@pickaplay.net wrote: > > Although, I am using boot and not lein

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-19 Thread marc
Although, I am using boot and not lein, I added this dependency to my project: [org.flatland/useful "0.11.5"]. After this, nightlight works as it should. On Sunday, October 9, 2016 at 2:33:31 PM UTC-4, Zach Oakes wrote: > > I'll look into it. It looks like it's probably a dependency conflict.

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-09 Thread Zach Oakes
I'll look into it. It looks like it's probably a dependency conflict. I'm using clojail to prevent the instaREPL from taking too long to run. It's using pretty old dependencies so I'll probably just fork and update it so this issue goes away. On Sunday, October 9, 2016 at 2:21:54 PM UTC-4, Hari

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-09 Thread Hari Krishnan
> > Thanks for creating an editor like this. I may have a good use case.. >> > I followed the updated instructions, and I am getting this error. I am on [org.clojure/clojure "1.8.0"] [2016-10-09 11:16:00,994][DEBUG][org.jboss.logging] Logging Provider: org.jboss.logging.Log4jLoggerProvider

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-10-09 Thread Zach Oakes
And thanks to Shantanu Kumar there is already a Leiningen plugin! I updated the website to reflect that. That should make it much nicer to use in lein projects. On Saturday, October 8, 2016 at 10:03:58 PM UTC-4, Zach Oakes wrote: > > Just when you thought I was done with my weird obsession w

[ANN] Nightlight, an embedded editor for Clojure

2016-10-08 Thread Zach Oakes
Just when you thought I was done with my weird obsession with making projects that start with “night”, I went and made another. This one is called Nightlight, and it’s a Clojure editor with a unique twist: it is meant to run *inside* your project, giving it direct access to the state of your