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

help-circle


  • 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.