this post was submitted on 29 Dec 2024
331 points (98.8% liked)

Programmer Humor

19881 readers
424 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
[–] skulbuny 2 points 6 days ago

I love the arrow in functional programming. Some functional languages (like reasonml) has multiple arrow operators that did different things like this one -> would put the argument in the first position (a popular JS pattern) and the big arrow |> would put it last like most functional languages.

I know this is about CPP but honestly I love the way it looks, but I'm a weirdo lol