I
I
Igor Katkov2016-05-31 17:35:26
go
Igor Katkov, 2016-05-31 17:35:26

Is it worth learning GoLang along with learning algorithms?

Hello!
I work with PHP/Symfony, I had a desire to learn a completely different paradigm and algorithms for general development. I thought about this - is it worth choosing GoLang for this? What do you think?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Pavlyuk, 2016-05-31
@iKatkovJS

Go doesn't fit the role of a "completely different paradigm" language. If you want such a language, look towards Haskell, Clojure, Lisp.
Go fits the role of a language with non-standard OOP and non-standard work with multithreading.
For general development, it is definitely worth a look. First of all, it is more low-level than PHP, so you can see and understand some things that you didn't think about before, which were invisible to the user in PHP, but nevertheless important to understand. Plus, you will work with a compiled language.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question