rob_w has quit [Remote host closed the connection]
thegeeznet has joined #picolisp
<thegeeznet>
hi folks, is there a way to walk the property list of a symbol explicitly? Something like 'val' but then for the tail in the car of the symbol of the cell? show/getl gets the whole list, I want to walk the list step by step if possible
<abu[7]>
You can either 'mapc', 'mapcar', 'mapcan' etc. the return value of 'getl', or pass a function to 'maps'
<thegeeznet>
cheers, thank. Intriguing language this picolisp