beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
Iacob has quit [Quit: IRCNow and Forever!]
Iacob has joined #picolisp
Iacob has quit [Quit: IRCNow and Forever!]
Iacob has joined #picolisp
Iacob has quit [Quit: IRCNow and Forever!]
Iacob has joined #picolisp
rob_w has joined #picolisp
bjorkintosh has joined #picolisp
bjorkintosh has joined #picolisp
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
<abu[7]> :)
thegeeznet has quit [Quit: Client closed]