Hacker News new | past | comments | ask | show | jobs | submit login

I'm planning to optimize this so that no copies are created.



Yeah , but i meant that a = multiply_by_2(a) still looks like it is copying things even if it isn't. Let it be immutable by default and mutable with a keyword.


For what it’s worth, if you can optimize away the immutability (copying), I’d much prefer expressing myself this way, rather than using mutability.




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

Search: