Hacker News new | ask | show | jobs
by spaetzleesser 1329 days ago
I think the first part of a standard lib is pretty straightforward to design. String operations, math, standard protocols, I/O are petty well understood. It gets more tricky once you get to higher levels abstraction like UI.
2 comments

Nio and streams API show that even those were not evident from the beginning of java.
> ... pretty straightforward to design. String operations ...

Tell that to Haskell.

Also, I've seen some pretty gnarly use of String in Java.