by gtt on 6/23/20, 11:41 PM with 19 comments
by tmoaad on 6/24/20, 2:04 AM
If you're just starting out, Head First Java is the way to go. Then expand your knowledge, look at things like Lombok, or go for one of the languages built on the JVM (Kotlin/Scala). Want insane performance out of the box? Look at Vert.X. There's a library for everything as the language has been around since '95.
by cercatrova on 6/25/20, 4:18 AM
If you want to learn functional programming, learn Rust or Haskell. Rust is more pragmatic and is used more than Haskell, but Haskell has more FP features.
I recommend against Go because it's not really FP, and it has a lot of language inconsistencies compared to Rust for example.
by sloaken on 6/24/20, 10:51 AM
Second criteria would be a language which I knew an expert in. There are plenty of good languages, but when you are stuck or need advise, there is nothing like being able to call up your brother and 'discuss' how you plan to do things.
Portability is a nice feature, but with all the available virtual environments, it is less important. Although I must say to be able to occasionally program on my phone, during a boring meeting, would be nice.
by yagodragon on 6/25/20, 1:30 PM
by auslegung on 6/24/20, 1:46 AM
by photawe on 6/24/20, 9:59 PM
Debugging is also a bliss.
by ttymck on 6/24/20, 1:34 AM
answer, err := GetAnswer()
if (err != nil) {
return "Rust"
}
(but yes, you probably want Go)by verdverm on 6/24/20, 12:41 AM
There is a poll HN feature if you are curious
by JS2Java on 6/24/20, 12:28 AM
by bjourne on 6/25/20, 10:37 AM
by smlckz on 6/25/20, 11:23 AM
by k0t0n0 on 6/25/20, 10:27 AM
ohh, f# or Haskell
by mikecoles on 6/24/20, 12:44 AM
by docflabby on 6/25/20, 6:36 PM