You must log in or # to comment.
WDYM “the 1st time”?
Where does that notation work?
Lisp uses it, with the fun extra part that operators are just normal functions - so instead of
foo(bar)you get(foo bar), or for operators1+1+2becomes(+ 1 1 2). It’s a really fun language even just for being different than most, I def recommend playing around with it if you’re looking for something new.The fun part comes from using it without syntax highlighting, so you can regularly play „find the missing paranthesis“.
Editing lisp with ed is the best way to learn it.



