General question Marc Nieper-Wißkirchen (02 May 2020 18:59 UTC)
Re: General question Linus Björnstam (03 May 2020 17:12 UTC)
Re: General question Marc Nieper-Wißkirchen (03 May 2020 17:48 UTC)
Re: General question John Cowan (03 May 2020 17:56 UTC)
Re: General question Marc Nieper-Wißkirchen (03 May 2020 18:09 UTC)
Re: General question Lassi Kortela (03 May 2020 18:09 UTC)
Re: General question Lassi Kortela (03 May 2020 18:12 UTC)
Re: General question Linus Björnstam (03 May 2020 20:02 UTC)
Re: General question Marc Nieper-Wißkirchen (04 May 2020 06:34 UTC)

Re: General question Lassi Kortela 03 May 2020 18:12 UTC

The real win over current C++ would be that low-level programmers could
compose their transducers to make higher-order functions like map and
filter that work on different collection types. The compiler could
synthesize the messy memory management and loops and stuff to work with
the standard collection classes. The transducers wouldn't have to be
specialized to particular collection types, simplifying both the
programmer's and the compiler's job.