7 ms·
LOL so clever! So edgy! Do you love lisp, perchance?
by jurimasa 2y ago
LOL so clever! So edgy! Do you love lisp, perchance?
- vrighter 2y agono, i don't. But i tend to prefer idiomatic code where I don't have to scan the entire statement to figure out what the condition is (comprehensions). I.e. the code follows my thought process and doesn't impose extra mental load just to parse it. Also significant whitespace (some of it, only that at the beginning on some, unless the previous line ends with \ and not in the middle of a statement.) The syntax itself precludes having lambdas that are actually useful (more than one expression). Syntax is arbitrary. some things read better postfix, and some prefix. For the creator, otherwise it's completely arbitrary. It's a very badly designed language
- pid-1 2y ago[flagged]
- vrighter 2y agonah, i use python quite often at work. Doesn't change the fact that i enjoyed every other language I tried better. python is okayish for a short single file script. It tends to quickly become horrible for anything bigger.
- fire_lake 2y ago> The syntax itself precludes having lambdas that are actually useful (more than one expression). Poster is right about this one. One line lambdas are running with you laces tied together.