
Lisp
Programming Throwdown
00:00
Lisp Code
When you look at lisp code, it's really easy to tell, because you just look for all the parentheses. Ah, that's another thing about l lispisati everything is in prefixed notation. So if you want to do two plus three, you actually want to do plus two, three and so though, because it's in prefix, that's tha you wanted to do a two plus three minus four,. It would actually be plus minus two, three, four. A, but yet, still, it still can make things a little cumbersome. Yes, it's not really a weakness, but it is only when people look at l Lisp code.
Transcript
Play full episode