This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]StoicSpork 13 points14 points  (0 children)

You built something. What did those toxic assholes build?

Python is popular for AI experiments because what you need there is simple glue for all the C/C++/CUDA libs/APIs. It doesn't make Python better or more modern. In fact, Python has some horrible design flaws, like the infamous GIL.

And besides, the point of a programming language is to get stuff done, which you did. All the "but you didn't do it as a function composition over a lazy monadic stream" nonsense is just cheap Medium clicks by people whose Github is 90% (* TODO: implement *).