this post was submitted on 13 Oct 2023
332 points (95.9% liked)

Programmer Humor

32415 readers
380 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gredo@lemmy.world 9 points 1 year ago (7 children)
[–] qaz@lemmy.world 8 points 1 year ago (6 children)

I would love to use golang for this but it’s standard library alone is bigger than the amount of available RAM.

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

BTW: what are you using instead to get small binaries/scripts?

[–] qaz@lemmy.world 3 points 1 year ago (1 children)
[–] mkwt@lemmy.world 2 points 1 year ago

Likely your C++ implementation also doesn't ship the full standard library. And you may even turn off exceptions and RTTI.

load more comments (4 replies)
load more comments (4 replies)