• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: November 16th, 2023

help-circle


  • arensb@alien.topBtoEmacsHow rewarding learning Elisp can be?
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Learning a new programming language is like learning a new spoken language: not only does it give you additional skills, but it gives you perspective on your “native” language. The usual way of doing things in C++ is not the best way to do things in Python or Lisp, and vice versa.

    One cool feature of Lisp is that the code is the parse tree.