Marcus Denker wrote:
> There are experiments around, for example
>
> https://github.com/dvmason/Pharo-Functional
And https://github.com/juliendelplanque/Iterators, which let’s you do for
example:
```
iterator := #(1 2 3) iterator.
iterator
| [ :x | x * 2 ] collectIt
| [ :object
The fact that there is more than you want is precisely why you want to make
classes for the
data you *do* want.
I do have kit for streaming JSON out directly without creating JSON data
internally,
but I'm still trying to find a good way to stream JSON in creating wanted
objects
on-the-fly so that