Comment on It's routine
ChickenLadyLovesLife@lemmy.world 1 year agoI first started programming with TurboBasic which had the oh-so-amusing characteristic that you could have variable names of any length but the compiler only used the first two letters (and case-insensitive at that). So “DonutCount” and “DoobieCounter” actually referred to the same variable.
Really good times trying to debug that kind of shit.
PoolloverNathan@programming.dev 1 year ago
I’m trying to write an intentionally bad programming language. Don’t give me ideas.
ChickenLadyLovesLife@lemmy.world 1 year ago
Make sure you add a “Variant” type lol.
PoolloverNathan@programming.dev 1 year ago
It’s called a String.
ChickenLadyLovesLife@lemmy.world 1 year ago
Oh you sweet summer child. The Variant type in VB was so much worse than just a String.