Hacker News new | ask | show | jobs
by thiagodotfm 5012 days ago
go is very fast(it's aimed at somewhere between C and C++).

it's a systems programming language, you supposedly can do anything. there's some companies already using it like soundcloud. it's awesome for api's because of it's speed.

also, it's a well thought language with many different decisions from common languages, it does not have exceptions and so on. it's an awesome language if you want to expand your mind.

otherwise, i would pick clojure.

1 comments

What's the great thing about clojure then? I've been hearing a lot about that as well.