Comment by UniverseHacker

2 days ago

All languages have things like that, but from my experience developing a number of widely used scientific software packages for both Python and R, those sort of bugs happen a lot more in Python. Rs copy on write, for example makes it a much more functional language without unintended side effects- Python is very inconsistent in that regard, with different variable types and data structures behaving entirely different in identical situations.