On Sat, Mar 13, 2021 at 2:05 PM Alexander Burger
wrote:
>
> Yes. (And strings are always immutable in PicoLisp anyway)
>
this is pretty interesting to be rembered, good for newbies to discover why
it is that way ;-)
> > : (de pp P (prin "") (run P) (prin "") (pack "" (run P)
> "") )
>
> This i
Hi pd,
> > > : (de pp P (prin "") (run P) (prin "") (pack "" (run P)
> > "") )
> > ...
> > This is a bit problematic, because the body in P is executed twice. Not
> > only is ...
> >(de pp P
> > (prin (pack "" (run P) "")) )
> yes, all my examples in my previous email are bad code, just