Re: Question about miniPicoLisp

2020-08-21 Thread C K Kashyap
Thanks Alex! On Thu, Aug 20, 2020 at 11:02 PM Alexander Burger wrote: > Hi Kashyap, > > > init.s defines append as follows - > > append {doAppend} > > ,NIL @X @X)) (((@A . @X) @Y (@A . @Z)) (append @X @Y @Z))) . T) > > > > I gather that the second line that starts with ',' adds properties to

Re: Question about miniPicoLisp

2020-08-20 Thread Alexander Burger
Hi Kashyap, > init.s defines append as follows - > append {doAppend} > ,NIL @X @X)) (((@A . @X) @Y (@A . @Z)) (append @X @Y @Z))) . T) > > I gather that the second line that starts with ',' adds properties to the > symbol. Yes, that's correct. > It is not clear to me what the properties are