this post was submitted on 28 Jan 2024
54 points (90.9% liked)

Programmer Humor

32045 readers
1427 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 7 months ago (2 children)
[–] [email protected] 10 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago

We're not savages, we use structural sharing in our data structures. :)

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

Now, I don't functional (at all), but if you call a function with no parameters, doesn't it imply side effects?

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

I mean it could just always return the same thing...

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

I would think that role is filled by constants.

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

where we're going, constants are just functions

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

Java 2: you can program anything you want but it has to be a function.

[–] [email protected] 1 points 7 months ago

Classes are just functions!