9

I'm curious how many people on DevRant use GoLang.

Comments
  • 3
    does learning count as using?
  • 3
    count me in
  • 2
    I want to learn it sometime in the next few months. Heard a lot of good about it.
  • 3
    What do you guys use it for? I use it as a pre loader for my main applications. The pre loader downloads all the needed stuff and keeps the app up to date. Small efficient native stub.
  • 0
  • 0
    I'm deciding whether I should learn it or learn Python instead. Any suggestions?
  • 0
    @enchance it depends on what your project(s) are. I like to use Python for smaller projects, since its duck typed and doesn't compile. When projects get larger, you'd probably want to use a compiled language.

    But on the other hand, Python can work if you write lots of tests and have good code coverage. I don't want to come off as being an absolutist 😝
  • 0
    @benrooke No, please go on. What else can you tell me about the two?
  • 0
    @enchance If you want to tell me what you want to learn more about, I could provide some information.

    If you are not a fan of OO programming, Go might be more suitable (there are no objects). In Python, everything is an object! But one could easily get away with writing Python without using classes, much like what the YouTube development team did with their backend.
  • 0
    @benrooke Didn't know Go wasn't OOP. I'm using PHP right now so I'm guessing Python. What kind of software does Go make?
  • 1
    @enchance for starters docker!!!
  • 0
Add Comment