I might be getting to the point I think static typed languages are better
#python
#programming
@mattbarlowe interesting take. What makes you feel this way?

@bacterium Just so many headaches come from dealing with not explicitly setting data types when moving data between different formats or storage.

Like i still love python and think its great just feels a little too flimsy/allows bad habits in the name of speed sometimes