|
|
|
|
|
by rtpg
2023 days ago
|
|
I think the libraries/standard collections having the functions they have is a _huge deal_. Some other example, Python and JS are both similar languages in many respects. But even something as simple as not having list comprehensions makes JS more fidgety when you're writing simple code. Python not having great utils for stuff like "give me this dictionary, but without these three keys, but keep the original dictionary intact" (Clojure has dissoc for this) also makes it a bit fidgety compared to Clojure. "You can write all of this" maybe, but at one point you're really going upstream from the base language. |
|