DEV Community

Discussion on: Perfect syntax

Collapse
 
avalander profile image
Avalander • Edited

Definitely lisp. I don't know of any other language where you can name a function -.-u and invoke it with (-.-u).

(define (-.-u) (+ 2 2))

(-.-u)
Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

It's definitely unique, what else is good about lisp?