i'll note,

 lr=: 3 : '5!:5 <''y'''

lr i.100

i.100

dyadic $ also "does nothing" until some future time.






On Sunday, July 24, 2022 at 11:17:12 a.m. EDT, Henry Rich 
<henryhr...@gmail.com> wrote: 





For the record, i. 100 does not allocate space for 100 numbers.  It 
creates a virtual noun whose data is an infix of a permanent list of 
ascending integers.

Henry Rich

On 7/24/2022 12:38 AM, Raul Miller wrote:
> Currently i.100 allocates and populates space for 100 integers.
>
> The interpreter would need to become significantly more complex to
> support the "streaming version", but that's conceptually doable (for
> many, but not all cases).
>


-- 
This email has been checked for viruses by AVG.
https://www.avg.com


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to