DEV Community

Discussion on: Which programming language is the best for blockchain?

Collapse
 
theodesp profile image
Theofanis Despoudis

I wouldn't say Go is difficult to learn. You can pick up the basics in an hour. It's easier to learn than Java or C++ for example. And with Blockchain it's even easier as you avoid using goroutines most of the time because you want determinism.

Collapse
 
ginsburgnm profile image
Noah Ginsburg

I would argue "easier than" can be subjective, I find the syntax of go disgusting. Making it harder for me to read it than Java.