Go

Go is interesting.

Comparing to Haskell

Diff

FeatureGoHaskell
TypeExplicitInferred
Compilation speedFastSlow
Building blocksLight weight OOMonads, etc
CurrencyGoroutinesGreen threads + STM / DPH

Similar

FeatureGoHaskell
Parametric PolymorphismInterfaceType Class
Module systemExplicit / implicitHandcraft
SafetyType / MemoryType / Memory
Platformx64 / i386 / arm / Ci386 / arm / C

I think its awesome. I especially like the Goroutines and that it has a fast GC while still being a system language.

blog comments powered by Disqus