Java developers aren’t allowed to not know better by this point. If they think skipping types is somehow ideologically purer, keep hitting with that stick until you hit deckplate.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


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.