Hacker News new | ask | show | jobs
by JimmyM 4442 days ago
I actually found DrRacket very fast and Emacs very slow, on every computer I've tried them on. Why might this be?
1 comments

Emacs Lisp is interpreted (or byte-interpreted), and (GNU) Emacs is written almost exclusively in it, so startup can be dog-slow. Once it's up and running, though, I've always found it pretty snappy.