this post was submitted on 11 Oct 2024
812 points (98.1% liked)

Programmer Humor

32273 readers
28 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.zip/post/24335357

you are viewing a single comment's thread
view the rest of the comments
[–] toastal@lemmy.ml 7 points 1 week ago* (last edited 1 week ago) (1 children)

OCaml’s old m17n compiler plugin solved this by requiring you pick one block per ‘word’ & you can only switch to another block if separated by an underscore. As such you can do print_แมว but you couldn’t do pℝint_c∀t. This is a totally reasonable solution.

[–] NeatNit@discuss.tchncs.de 2 points 6 days ago

That's pretty cool