this post was submitted on 21 Sep 2023
804 points (98.1% liked)

Programmer Humor

32000 readers
1744 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] 23 points 1 year ago* (last edited 1 year ago) (1 children)

Squeak is just a programming environment for Smalltalk, the language in which object-oriented programming was invented.

If anything, it's those languages that tried to bolt on object-oriented features to Algol that are the oddballs!

[–] [email protected] 13 points 1 year ago (1 children)

Smalltalk is still being used? That's really surprising honestly.

[–] [email protected] 12 points 1 year ago

Have you heard of objective C? It is basically C with embedded Smalltalk.