I'm developing a stand-alone paredit widget, basically connecting
paredit.clj to a swing text area.

As part of my research, I've spent the last few days looking into intellij,
and the la clojure source.

One gets the feeling that eclipse and netbeans have hit a wall of
designed-by-committee technical debt. Google's switching to intellij for
its android development tools is a big vote of confidence as well.

The problem with La Clojure is that its implementation 100% java. The
intellij apis seem sensibly designed, but being java there is a mountain of
classes. There is no way to keep up with ccw through writing java code.

Given that the community edition is open source, theres a wide open
opportunity for a clojure-based editor on top of intellij, as a plugin or
as a stand-alone app.






On Mon, Jan 28, 2013 at 3:37 AM, Dennis Haupt <d.haup...@gmail.com> wrote:

> the only ides i have used so far for clojure are intellij idea and
> netbeans. is there one that is a lot better? if yes, why?
> i am not interested in details or single features, i just want to know if
> there is some magic editor out there that i should look into because it is
> *obviously a lot* better - like in "you should use an ide for java
> development instead of notepad"
>
> --
> --
> 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.


Reply via email to