this post was submitted on 10 Aug 2026
89 points (100.0% liked)
Slop.
904 readers
534 users here now
For posting all the anonymous reactionary bullshit that you can't post anywhere else.
Rule 1: All posts must include links to the subject matter, and no identifying information should be redacted.
Rule 2: If your source is a reactionary website, please use archive.is instead of linking directly.
Rule 3: No sectarianism.
Rule 4: TERF/SWERFs Not Welcome
Rule 5: No bigotry of any kind, including ironic bigotry.
Rule 6: Do not post fellow hexbears.
Rule 7: Do not individually target federated instances' admins or moderators.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do too, it's my favorite despite me being rly rusty >w<
I wanna program for fun more again
I've never really used Rust, but I'm one of those python programmers that writes 50/50 type hints and actual code lol.
Type systems are really fun to play with. Haskell and Prolog are basically just types as code and I love it.
Writing a ton of Protocols in Python and composing them together is really fun. The flexibility of using the type system with the runtime ducks of Python is actually really sweet. The strict duck is actually really useful in practice too. Plenty of times I need to break strictness to let something busted in the pipeline through.