thanks for the encouragement.
As for eclipse, I just don't get the same feeling. I love the cntl-
space and cntl-\ things that stub out your code (not just for dot
completion). . . complete with cells for variables that repeat in the
template (yeah they probably took this from emacs, but I can add more
templates using a GUI or an xml file . . . .dirt simple). Awesome.
I mean, people talk about how easy python is, right? For an OO
person, python should be nice and gentle. Well, until I got PyDev for
eclipse I wasn't into it at all. NOW (and only now), it's awesome.
It's an awesome language BECAUSE there's an eclipse plugin for it.
When I forget what something is, I hold down cntl, which turns it into
a hyperlink, I click on it, and it follows me to the definition. Who
cares where that is. I hit the back button and I'm back where I was.
There's a big difference for me between an IDE and an editor. I cant
remember. Besides J, was it clean that comes with it's own IDE?
http://clean.cs.ru.nl/About_Clean/body_the_clean_ide/body_the_clean_ide.htm
. . . . swi-prolog has a page talking about IDE's, but seem to have
the same problem of pointing folks a bunch of directions to try a
bunch of things that may or may not work . . . and vary from system to
system . . .and may or may not come with GUI-based version control
clients.
Thanks for the information on jEdit, too.
I'll check it out and Netbeans (enclojure?), too, though I'd hate to
have to install the monstrosity that is Netbeans just to work with
clojure. Oh, I get it! Yeah, if clojure is your only language, then
eclipse could be seen as insane. But no, because, no doubt you'll
want source control and other team development tools and the stuff I
mentioned above. Yeah, it needs a lot of memory . . . because it's
doing a lot of stuff. A lot of stuff I want. It underlines things
orange that might not be safe, marks them red if they are just plain
wrong . . . even tells you when you have spelling errors in your
comments. How is that not cool? Maybe Netbeans does that stuff, too,
so if you're using it for everything then, ok.
I think it's useful (but correct me if I'm just being negative) to
capture some of these impressions. I know I'll have a tough incline
convincing my coworkers to make this our next language. If I fail due
to the IDE issue it may be interesting to know that I may end up
visiting F# on the dark side. It actually has some concurrency built
in (transparently, I think?), and, I'm sure will come with an IDE.
Then again, it won't be free (another I'm hoping this is couched as
feedback and not as complaint. It's great to see progress in
languages).
On Jan 10, 4:28 pm, Luc Prefontaine <
lprefonta...@softaddicts.ca>
wrote: