logoalt Hacker News

adrian_btoday at 4:49 PM2 repliesview on HN

Having CommonLisp as the extension language would indeed be a great improvement over Elisp.

However, I am suspicious about the dependency of Lem on Webkit, which for me is rather associated with inefficiency and low performance than with the instant reactions that I expect from programming text editors, terminal emulators and tiled window managers.

The main problem is that it is very difficult for any replacement of Emacs to offer everything that already exists for Emacs.

In my opinion, the only way in which such a replacement would succeed would be if it would include an automatic translator from Elisp to CommonLisp scripts executable by it, with equivalent functionality.


Replies

chiffaatoday at 6:46 PM

Lem can also render via ncurses, which works fairly fine if you don't need mouse support. It used to also have an SDL2 frontend, but it was deprecated for reasons I don't remember

anthktoday at 9:26 PM

Emacs has cl-lib and most CL users can get into Emacs in seconds (if they are not already proficient enough, most of them btw).