(no title)
kramerger | 2 years ago
Well unless it's just a quick script, in which case Python will do just fine.
Tried Scala while learning Chisel and hate it from the bottom of my heart. It's like Kotlin on bad drugs.
My point is, people are different.
nkozyra|2 years ago
Weirdly Go has made me enjoy Python even less and compilation is so fast it's turned into my go-to for quick "scripts."
bscphil|2 years ago
They also solve the problem of needing to hold the standard library in your head. When I'm working in Python, and I can't remember if the method to check whether a string has a particular prefix is `beginswith` or `startswith`, if I'm working in a REPL it's just a tab-complete away. In a language without a REPL, the solutions are "look it up online", "try both and see what works", and "you are using an IDE, right? RIGHT?"
jakjak123|2 years ago