Scientist of something, I guess.

I am someone like you… a carbon-based organism in the process of oxidation.

  • 3 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: April 12th, 2022

help-circle


  • Well, keep in mind that Emacs Lisp was introduced when Common Lisp was not standardized, in terms of design it is the oldest Lisp in use, it is closer to MIT’s MacLisp than its successors: CL and Scheme.

    Yes, ELisp pretty much only works within the Emacs ecosystem, but one of the advantages of the Lisp dialects is that they have more similarities to each other than differences, especially in syntax and the functional paradigm. ELisp will give you minimal bases that you can take to move to more popular dialects with job opportunities: Clojure and CL.