• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • Din kommentar “or you could just … socialize” er meget dømmende og nærmest kommanderende. Jeg ville absolut også have nedduttet dig hvis jeg havde set det i en tråd jeg skrev noget i.

    Præcis som andre skriver i den tråd, så skylder folk dig ingenting. Man har ikke pligt til at reagere når nogen taler til én hvis man ikke kender dem og man i øvrigt sidder og hører musik.



  • Why is “the compiler is very fast” a good argument though? I’d rather the compiler spends 1 minute and does it well and optimized instead of 10 seconds and I have to write Go, honestly.

    In many cases, for many things, compiling isn’t the part that takes the longest in development anyway.

    There are some great aspects to Go, like how you can map fields of a struct to json properties for Marshal/Unmarshalling and channels is an interesting idea, but other than that it doesn’t seem to me like there’s a lot of pros over, say, C# which is almost ubiquitous in many industries these days.