1

One professor told me Golang is the Future, the head of STEM at the College had never heard of Go. What do you guys think?

Comments
  • 3
    It's a great language, you should learn it. Learn other languages too, though.
  • 0
    @SortOfTested yes, its a nice language, but i miss often the concept of inheritance.
  • 2
    @stop go is designed to work just fine without it.
    It forces you to decouple Data from functionality, if there is functionality to reuse, use a different struct and write a conversion method if nescessary. Works for me.

    Now we need a IDE that can sort functions by parameter types.
  • 1
    @p100sch
    Probably wouldn't be too hard to make that a goland plugin
  • 0
    @SevenDeadlyBugs i know them
  • 2
    @groxx Not a problem if it is the "progress" brought forward by Javascript.
  • 1
    idk depends on weather or not your head of stem is one of those old "i've been in the industry for 30 years" kinda people who still peck type (and generally don't know much outside of the few things they know) kinda programmers
Add Comment