in reply to Re^5: Camel vs. Gopher
in thread Camel vs. Gopher
Go is compiled/statistically typed language. it'll definitely be faster in most cases than dynamically typed language (where perl/python will have to perform some type checking at run-time) Perl will definitely be more flexible. e.g in Perl, you could use a module (like Moose) to have declarative-feel OO while in Go, you got half-baked OO and lack of generic (despite being static type language). Goroutine doesn't auto-magically make concurrency safe/nor avoid races or dead-lock. In my opinion, golang is oversold.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Camel vs. Gopher
by etj (Priest) on May 03, 2022 at 21:39 UTC |