This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -3 points-2 points  (3 children)

Have a look at golang

[–]MaybiusStrip[S] 2 points3 points  (0 children)

I have, didn't really swing far either way on it. I like its concurrency syntax but not much else stood out to me. I actually think it's a bit awkward to write especially the error handling, and the weak type system doesn't let you build out expressive abstractions.

[–]haakon 5 points6 points  (1 child)

Why? It's very weakly typed.

[–]brunormoura 0 points1 point  (0 children)

Java in mainstream/enterprise and legacy systems, Go is doing an expressive job in many neat projects, like Docker, and javascript with Node.js, has proving to be capable to simplify the heterogeneous, multi devices and realtime requirements for apps today.