theruran has quit [Quit: Connection closed for inactivity]
schulze has quit [Ping timeout: 240 seconds]
aw- has joined #picolisp
theruran has joined #picolisp
Hunar has joined #picolisp
<Hunar>
I got very busy yesterday and couldn't come back :( ... I chose to use (assoc) (setq L '( (1 2 (hidden . T)) (3 4) )) (for I L (unless (assoc 'hidden I) (println I)))
<Regenaxer>
yes, good, if such data don't get into the way with other data. Otherwise it is too tedious to always have to filter them out
<Hunar>
Yeah, but this time there is a fixed number of items at the start and some properties after them :)