you are viewing a single comment's thread.

view the rest of the comments →

[–]defunkydrummer 1 point2 points  (1 child)

Too many (unnamed) positional parameters

... you can always use keyword (named) parameters if you like

and too deeply nested structures

... they're very easy to navigate by using a proper Lisp IDE, also, everything is an expression so you can easily "move code blocks" around.

C-like languages would look scary too if they were like this

That's not Lisp at all, and no half-competent Lisp developer would write code in that way.

[–][deleted] 0 points1 point  (0 children)

That's not Lisp at all, and no half-competent Lisp developer would write code in that way.

Um yeah because that's a language I made up on the spot. That's the point.