583
With PieMixin (lemmy.world)
submitted 7 months ago by [email protected] to c/[email protected]
all 39 comments
sorted by: hot top controversial new old
[-] [email protected] 44 points 7 months ago

In this thread: Trying to guess the programming language based on a single keyword and angle brackets. 🙃

[-] [email protected] 10 points 7 months ago

True, but that's definitely C#

[-] [email protected] 16 points 7 months ago* (last edited 7 months ago)

In Scala:

case class Fix[F[_]](unfix: F[Fix[F]])
case class Pie[T](filling: T)
def ohNo: Fix[Pie] = Fix(Pie(ohNo))
[-] [email protected] 3 points 7 months ago

Type erasure sure does go brr...

[-] Gentoo1337 2 points 7 months ago

I understand the syntax but i dont get the joke.

[-] [email protected] 8 points 7 months ago

It's an asdf video. "I've got a pie! What flavour? Pie flavourrrr"

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

Programmer Humor

31331 readers
15 users here now

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

Rules:

founded 4 years ago
MODERATORS