Hacker News new | ask | show | jobs
by Crinus 2430 days ago
You say that but one thing that i always dislike when i consider taking a look at Lisps is how everything seems to be either on Emacs or looks like it'd really like to be Emacs.

Personally I want a full blown IDE that takes advantage of advanced modern technologies such as displays that can draw individual pixels, have a model of the codebase that allows advanced features such as word completion and preferably fits nicely with the underlying OS. A debugger would also be nice, but i understand that sometimes i ask too much.

I wouldn't mind paying for such a tool (though i do mind DRM schemes and subscriptions - i want to be able to pay once and then be on my way). Cursive looks something i'd pay for if i was really interested into Clojure and was using macOS.

3 comments

Actually, there's completion, and excellent debugging tools for Clojure in Emacs, both step-by-step kind, and investigative. "I don't want to use Emacs" is a completely valid stance (de gustibus...), but it should not be misinformed.
I know that Emacs has good support for Lisps in general, my comment was a joke towards what i consider basic features of an IDE (the whole 'modern' and 'advanced' thing when referring to stuff that were available in the late 80s should have made it obvious :-P). It comes mainly from my observation of the trend where a lot of developers like to jury rig "IDEs" out of text editors and a bunch of other unrelated tools that look as if they are made to be run in 70s terminals that look and feel considerably worse that MS-DOS applications which had 1/100000th of the available resources.
> Cursive looks something i'd pay for if i was really interested into Clojure and was using macOS.

um... it runs on Linux and Windows as well.

Ah, somehow i missed that it is build on IntelliJ. I thought it was a native macOS application.
FWIW I've found Clojure has pretty decent support in a few editors. I know Cursive is quite popular, but I've also used both VS Code and Atom to some extent, and they have nice features.

Somebody else could probably speak more to it than me, since I do primarily use Emacs, but I definitely don't introduce my friends to Clojure with it.