←back to thread

873 points belter | 1 comments | | HN request time: 0.206s | source
Show context
mikelinsi ◴[] No.42949853[source]
> Never go full monad in Java. what? why?
replies(2): >>42951059 #>>42953870 #
1. dionian ◴[] No.42951059[source]
because no matter how much java wants to be like scala, it's very painful to work with (verbose). There is no good Option type either. But I believe there are third party libraries out there that do a better job, if you really can't use scala for some reason