DeVliegendeHollander comments on How has lesswrong changed your life? - Less Wrong

15 Post author: mstevens 31 March 2015 10:12PM

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

Comments (55)

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

Comment author: [deleted] 03 April 2015 07:31:57AM *  0 points [-]

Java as platform or as language? The platform is great but why use the language when the platform also offers Clojure or Scala? While I complained elsewhere about the lack of verbosity makes math hard to read for me, Java is the opposite, the boilerplate verbosity pisses me off i.e. that after reading SomeWhateverFactory someWhatEverFactory = new SomeWhateverFactory() after processing that line mentally I have learned nothing about what a program actually does, it convey precisely zero information about the actual human utility it delivers. Writing this bullshit may be made easier by tools, but reading is not.

Comment author: Raziel123 03 April 2015 07:30:32PM 0 points [-]

I'm working with the java languague right now, but it's true I'm considered using scala after I finished my current project.