DEV Community

Discussion on: LISP

Collapse
 
jcubic profile image
Jakub T. Jankiewicz

Thanks for the post, this is great (+ . (1 2)) it evaluates in lisp interpreter, didn't realized that you can evaluate something like (+ . (1 . (3 . nil))), even that I knew that this is how lists are created.

Collapse
 
cacilhas profile image
Montegasppα Cacilhας

Exactly. It’s called cons, but I had no intention in going into that deep.