😲 Another Python vs Go video ...

preview_player
Показать описание
Don't worry.

#python #golang #coding
Рекомендации по теме
Комментарии
Автор

in your beginner boost u plan on javascript and python
i would strongly suggest to have a combination on compiled and interpreted language (python + go), or (bash+go)
please reconsider

EkShunya
Автор

I think Go could still do a v2 release with full v1 package support. Based on .mod file they can check version requirement for Go for that library. But again, I don't see what they could introduce that would require a breaking change. They even managed to add Generics and Iterators without making any breaking changes.

dyto
Автор

So another reason to just compile code instead of interpreting it. The other of course being that it runs much faster in most cases.

peterjansen