111
you are viewing a single comment's thread
view the rest of the comments
[-] ezchili@iusearchlinux.fyi 64 points 10 months ago
[-] tatterdemalion@programming.dev 61 points 10 months ago

It's making fun of dynamic languages because rather than letting the compiler prove theorems about statically typed code, they... don't.

[-] tzrlk@lemmy.world -4 points 10 months ago

Though even statically-typed languages can need to check types sometimes; parsing runtime data for instance. I can see how you'd do that with pure statics, but it'd just be shifting the work (e.g. if token == QUOTE: proc.call(read_str(bytes, len))). It'd be cool to see a counter example that isn't unreadable gibberish, however.

load more comments (25 replies)
load more comments (25 replies)
this post was submitted on 01 Nov 2023
111 points (91.1% liked)

Programmer Humor

19187 readers
1122 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 1 year ago
MODERATORS