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

It's my understanding that, at least in Python, you can't change immutable data type but you can just assign a new data to the same variable and therefore overwrite it, right? So even if JAX makes list type immutable, you can still just re-use `x` to save the new modified list.



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

Search: