|
|
|
Ask HN: Golang or .Net? if you were about to build back end for your startup
|
|
8 points
by pixiez
3960 days ago
|
|
I know golang is getting a lot of hype (with nice features) and it is growing fast but I fear the pros of using golang in a startup might be as obvious as using a much more mature languages like c# in a well supported .net framework and azure eco-system? in particular (I assume) it is much easier to find .Net developers when you need to grow the team? if we can, lets please assume we know c# as well as golang (and other languages will not be considered). thanks |
|
That's too bad, as I'd recommend Java and/or the raft of excellent languages available on the JVM.
With C# you're effectively locking yourselves into Windows, which seems a terrible decision from both a cost and scalability standpoint.
With golang you're losing the vast array of open source packages available for the JVM, as well as locking yourselves into a single language which may or may not fit your future needs well.
Scala in particular is an interesting JVM language. Clojure and many others are worth a look as well.