Comment on We did this to ourselves

<- View Parent
tzrlk@lemmy.world ⁨8⁩ ⁨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.

source
Sort:hotnewtop