this post was submitted on 14 Jun 2023
33 points (100.0% liked)

Programmer Humor

32203 readers
93 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] ingwiephoenix@drachennetz.com 3 points 1 year ago

C: What if you used emojis for pointer (*) and deref (&) signs?

[–] KerryAnnCoder@lemmy.blahaj.zone 2 points 1 year ago (1 children)
[–] adriator@lemmy.world 2 points 1 year ago (1 children)

I guess that's why I enjoyed working with Go so much.

[–] OsrsNeedsF2P@lemmy.ml 0 points 1 year ago (1 children)

100% serious, because my next job uses Go - Why? Everything is painful and takes way more code than it should.

[–] adriator@lemmy.world 1 points 1 year ago (1 children)

Its compiler is very fast, the libraries are great, importing new packages is easy and straightforward, HTTP libraries and frameworks are some of the best I've worked with.

Compared to Java or C#, there really isn't that much boilerplate.

[–] invisi1407@feddit.dk 2 points 1 year ago* (last edited 1 year ago)

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.

[–] Mbourgon@lemmy.world 1 points 7 months ago
[–] tr00st@lemmy.tr00st.co.uk 1 points 1 year ago

God, I haven't worked with Tcl for a while. Really don't miss it.

[–] darcy@sh.itjust.works 1 points 1 year ago

go is more like simpler C, zig (will be (hopefully)) more like better C

[–] MajorHavoc@lemmy.world 1 points 1 year ago

make is inevitable, because everything is a dependency.

There is no wisdom, no truth, only endless dependencies. /s

[–] tromars@feddit.de 0 points 1 year ago (1 children)

What would the Swift entry say if there was one?

[–] half@lemmy.world 2 points 1 year ago

"What if we pretend people trust Apple?"

load more comments
view more: next ›