6 ms·
This. Running a script which takes hours to execute, only to find you have a TypeError on the last line just before you get the results you need is really frust
by lexy0202 10y ago
This. Running a script which takes hours to execute, only to find you have a TypeError on the last line just before you get the results you need is really frustrating. Static typing is a must-have imo.
- FraaJad 10y agoyou will probably like Nim - https://nim-lang.org/ https://nim-lang.org/ if you like Static Typing in a pythonish language, and writing long running (perhaps CPU intensive) tasks.
- throwaway7645 10y agoAgreed