You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

tgb comments on Open Thread, October 13 - 19, 2013 - Less Wrong Discussion

4 Post author: Coscott 14 October 2013 01:57AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (247)

You are viewing a single comment's thread. Show more comments above.

Comment author: Viliam_Bur 15 October 2013 08:48:55PM *  1 point [-]

And on this model, what is Java?

Java is classes -- a huge set of standardized classes, so for most things you want to do, you choose one of those standard classes instead of deciding "which one of the hundred libraries made for this purpose should I use in this project?".

At least this was until the set of standardized classes became so huge that it often contains two or three different ways to do the same thing, and for web development external libraries are used anyway. (So we have AWT, Swing and JavaFX; java.io and java.nio; but we are still waiting for the lambda functions.)