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

Programmer Humor

32050 readers
1539 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
[–] [email protected] 9 points 11 months ago (7 children)
[–] [email protected] 8 points 11 months 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.

[–] [email protected] 1 points 11 months ago (1 children)

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

[–] [email protected] 3 points 11 months ago (1 children)
[–] [email protected] 2 points 11 months 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)