this post was submitted on 28 Nov 2023
534 points (97.7% liked)

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
all 33 comments
sorted by: hot top controversial new old
[–] Knusper@feddit.de 39 points 2 years ago (1 children)

In this thread: Trying to guess the programming language based on a single keyword and angle brackets. πŸ™ƒ

[–] kogasa@programming.dev 9 points 2 years ago

True, but that's definitely C#

[–] UFODivebomb@programming.dev 15 points 2 years ago* (last edited 2 years ago) (1 children)

In Scala:

case class Fix[F[_]](unfix: F[Fix[F]])
case class Pie[T](filling: T)
def ohNo: Fix[Pie] = Fix(Pie(ohNo))
[–] Knusper@feddit.de 3 points 2 years ago

Type erasure sure does go brr...

[–] Omega_Haxors@lemmy.ml 12 points 2 years ago

is something which is completely unhinged out of context, and sometimes even in context.