this post was submitted on 20 Aug 2025
168 points (76.1% liked)

Programmer Humor

25917 readers
1668 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 9 points 3 days ago (2 children)

I don’t get what toy lang means?

[–] Tamo240@programming.dev 1 points 3 days ago

For playing with, rather than 'serious' projects

[–] ZILtoid1991@lemmy.world -1 points 3 days ago (1 children)

The opposite of system language, especially as many scripting languages have "beginner" features, like a single number type instead of integers and floats, dynamic types.

[–] hperrin@lemmy.ca 16 points 3 days ago

I would call that a high level language. Like, the further you abstract from the hardware, the higher level the language.

Calling it a “toy” language implies that it isn’t useful. You have languages in there that are incredibly useful, like SQL, that basically run the entire internet.