Hi Alex,

What should (fill (1 ^ 7 9)) return ?

Regards,
Andras Pahi

> On 2021. Dec 13., at 18:21, Alexander Burger <[email protected]> wrote:
> 
> So I went ahead and implemented the extended 'fill' behavior.
> 
>   : (fill (1 ^(+ 1 1) 3))
>   -> (1 2 3)
> 
> To make it more consistent, I also changed the '~' read macro in the same way.
> Now this works:
> 
>   : (~(- 4 3) (2 ~(+ 1 2) 4) 5)
>   -> (1 (2 3 4) 5)


--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to