Hacker News new | ask | show | jobs
by lispm 4053 days ago
There are a lot of CL open source tools and applications. But they tend to be specialized to domains which are exotic to many people.

Math: Maxima and Axiom

Blackboards: GBB

Robots: ROS

Music: OpenMusic

Bioinformatics: Biobike

Theorem Provers: ACL2, PVS

AI / Logic: Racer, KM

etc etc...

2 comments

There's a lisp client for ROS, but also c++ and python clients (and others), it's not immediately clear what language the "core" is written in.
Exactly. Where's CL's Rails, or Eclipse, or Postgres?
Lisp's Eclipse is called GNU Emacs and it's free software. It comes with more than a million lines of Lisp code supporting all kinds of development tasks.
It's also not Common Lisp. I get that emacs lisp is a pretty good example of a lisp, but I do find it interesting that the Lisp designed to be the widely-applicable industry standard hasn't seen something on the same level.
Emacs Lisp is closely related to Common Lisp. Both are coming from Maclisp. Emacs Lisp also contains lots of Common Lisp functionality.

Emacs Lisp also has extensive communication facilities with Common Lisp. See SLIME/Swank.

> but I do find it interesting that the Lisp designed to be the widely-applicable industry standard hasn't seen something on the same level.

There are also Clozure CL IDE, the LispWorks IDE or the Allegro CL IDE. All three are written in Common Lisp.

> There are also Clozure CL IDE, the LispWorks IDE or the Allegro CL IDE. All three are written in Common Lisp.

So what's stopped these from getting to Emacs' level of popularity?

> So what's stopped these from getting to Emacs' level of popularity?

Emacs is not an editor. Emacs is a family of editors. You are probably talking about GNU Emacs.

They never tried and it would not make sense. GNU Emacs exists already and supports Lisp development very well. The other tools have concentrated on other things: GUI-based IDEs for Lisp.