Immutable collection values

2014-11-09 Thread Jussi Kalliokoski
I figured I'd throw an idea out there, now that immutable data is starting to gain mainstream attention with JS and cowpaths are being paved. I've recently been playing around with the idea of introducing immutable collections as value types (as opposed to, say, instances of something). So at the

Re: Immutable collection values

2014-11-09 Thread David Bruant
Le 09/11/2014 15:07, Jussi Kalliokoski a écrit : I figured I'd throw an idea out there, now that immutable data is starting to gain mainstream attention with JS and cowpaths are being paved. I've recently been playing around with the idea of introducing immutable collections as value types (as

Re: Immutable collection values

2014-11-09 Thread Jussi Kalliokoski
On Sun, Nov 9, 2014 at 5:39 PM, David Bruant bruan...@gmail.com wrote: Le 09/11/2014 15:07, Jussi Kalliokoski a écrit : I figured I'd throw an idea out there, now that immutable data is starting to gain mainstream attention with JS and cowpaths are being paved. I've recently been playing