Remember Tcl
this post was submitted on 10 Sep 2025
515 points (98.1% liked)
Programmer Humor
26265 readers
800 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
I fucking love tcl
The almighty
package require Expect
.
The muse of automation.
load more comments
(1 replies)
🤢
Just use enums
Kinda started using that with polars, force the scan/read schema as string, and down the road cast as the necessary type when needed. I'm calling it "just in time" data cleaning.
make everything a string then cast all data every time you want to use that data in a variable.
If it's not getting used in a mathematical function, I'm making it a string
stoi and atoi got ur back, homie