Show Navigation
Conversation
Notices
-
Me: I hate python. Stupid scope rules, lack of proper data structures/user-defined types that are not objects, two incompatible versions, dealing with multiple installed versions because different versions of same libraries not compatible etc. etc. Also me: I'm more productive these days in python than in any other language.
-
@hattiecat Me: I hate Rust. Bloody compiler doesn't like my code, what's even wrong with it? It looks fine but even when it compiles I spend ages looking to find the problem.
Also me: Rust has been the most helpful way for me to write lower level code. When it compiles it does as it says.
We can never win.
-
@thatbrickster Yuh, there are two kinds of languages: ones that people bitch about and ones that nobody uses.
-
@hattiecat Who remembers Eiffel?
-
@thatbrickster Some good ideas in there - contracts! Just playing with PyContracts now but what it can do is limited.