Y
Hacker News
new
|
ask
|
show
|
jobs
by
lake99
4867 days ago
Note that in each case, Python has the smallest code. Generally, but not always, this means that people can address tasks quicker in Python.
1 comments
tomp
4867 days ago
For doing anything serious in Python, you will need unit tests. In my experience, they double the amount of code.
Haskell and Scala have static typing instead (and therefore need much less unit tests).
link
Haskell and Scala have static typing instead (and therefore need much less unit tests).