Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

An underrated aspect of Matlab is its call-by-value semantics. Function arguments are copied by default. Python+NumPy is call-by-reference; mutations to array arguments are visible to the caller. This creates a big class of bugs that is hard for non-programmers to understand.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: