Open adudek opened 6 years ago
Hmm, reassigning arrays seems unsupported, but you can mutate the variables instead. Unfortunately I don't have the time now to add the support. We might be simplifying the codebase a lot too, see #45.
If I might suggest any direction of #45, please focus first on data structures. Most used feature of all languages (and frameworks) is array/sets manipulation. Any project success is measured by coparing effort to savings ratio. If robust and easy(ier) data manipulation is not present as key feature, then any framework is but a gimmick. Also making data manipulation priority framework is setting toward stable long-term-support path acquiring bigger and more stable community.
@adudek good input! I'll copy this over to #45.
There is a problem when trying to assign array by value to any variable after initialization. I prepared code sample to demonstrate my issue. To my knowledge every case should work exactly the same. What am I missing here?