[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-02-28 Thread sean
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

[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-02-28 Thread Richard O'Keefe
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