Ask HN: Which programming language has the most feature complete stdlib?
Python (and maybe Ruby) are famous for coming with batteries included. The go stdlib is also pretty comprehensive, and the .NET guys swear their standard library contains almost all functionality required by them.
Which programming language in your experience has the most feature complete standard library?
2 comments
[ 5.5 ms ] story [ 19.0 ms ] threadIf nothing else, this is a language design that challenges the way people think about programming languages. What I find interesting and worth investigating is the possibility that not having to import this and that from a somewhat arbitrary taxonomy of siloed knowledge may reduce cognitive overhead. So it's on my list of languages to investigate over the next few months.
YMMV.