|
|
|
|
|
by marcosdumay
4068 days ago
|
|
Different languages lead to different exploratory behaviors. Haskell makes it very safe to change your code, but it adds some initial costs. Scripting languages make it very unsafe to change the code, unless you spend a lot of time writing tests, but then they stop being fast to iterate. |
|