I agree that better parenthesis and indentation behavior is a must; I'll 
add that to my list. The REPL at the bottom left is not associated with 
your project; I thought it would be nice to just have a bare, always-on 
REPL to test clojure commands.

The "Run with REPL" button should use the leiningen REPL with your 
project's namespaces available, but I don't yet have any interaction 
between the editor and REPL, so any functions you add after loading the 
REPL won't be available -- I'll be fixing this soon.

A few people mentioned to me that they are getting errors when trying to 
run or build anything. I'll be overhauling how Leiningen is run so that 
should be fixed soon -- like I mentioned in the original post, I am 
currently running it in a separate process and it's quite slow and 
inefficient even when it works.

On Friday, August 2, 2013 2:26:44 PM UTC-4, John Gabriele wrote:
>
> On Friday, August 2, 2013 9:03:03 AM UTC-4, Zach Oakes wrote:
>>
>> I’ve been working on a simple IDE for the past few months. It started as 
>> an attempt to add Leiningen integration to Clooj, but eventually I decided 
>> to start a new project from scratch. It is very alpha-quality, so please be 
>> gentle:
>>
>> http://nightcode.info/
>>
>>
> Some comments:
>
>   * Wow the GUI looks amazing! Works great as well.
>   * Rather than use a built-in lein, is there any way I can have it use my 
> own ~/bin/lein? Why does it come with its own leiningen?
>   * To open an existing project: Why "import" rather than "open"?
>
> Is the repl at the bottom-left associated with a given project? It seems 
> to be the same as if I'd run `lein repl` in the dir from where I ran the 
> jar. (Hm. I can't get at any `(doc whatever)` from here...)
>
> The buttons below the text-editing area correspond to the project to which 
> the given open file belongs, correct? If so, that's really nice. (Hm, when 
> using "Run with REPL", having trouble calling a function I added above 
> -main...)
>
> One big issue I see right now: no smart indentation in the editor window.
>
> Seems to be quite a nice piece of work so far!
>
> -- John
>
>

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