- #36
- 22,183
- 3,325
For the people who don't know lisp. In python and other language you have many operations such as defining a new variable, defining a new function, addition of numbers, lists, etc.
In lisp however, you just need the "define" operation. Every single other thing can be built from that. You can build lists, numbers, addition, multiplication, etc., etc. Isn't this amazing? The mathematics behind it is called ##\lambda##-calculus.
In lisp however, you just need the "define" operation. Every single other thing can be built from that. You can build lists, numbers, addition, multiplication, etc., etc. Isn't this amazing? The mathematics behind it is called ##\lambda##-calculus.