ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
mmmattyx has quit [Quit: Connection closed for inactivity]
orivej has joined #picolisp
razzy has joined #picolisp
razzy has quit [Ping timeout: 256 seconds]
Regenaxer has joined #picolisp
razzy has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
vikid has quit [Remote host closed the connection]
vikid has joined #picolisp
casaca has quit [Ping timeout: 240 seconds]
casaca has joined #picolisp
wineroots has joined #picolisp
orivej has joined #picolisp
Blukunfando has quit [Ping timeout: 246 seconds]
<beneroth> Regenaxer, I like to do a combination of push1 and fifo. I'd guess best way is to do (unless (member ..) (fifo ...)) ?
orivej has quit [Ping timeout: 272 seconds]
razzy has quit [Ping timeout: 240 seconds]
<Regenaxer> I think 'member' will not terminate on a fifo circular list
orivej has joined #picolisp
<Regenaxer> Ah, no!
<Regenaxer> (? (== H (shift Z)) $Nil)
<Regenaxer> 'member' checks for primary circular lists
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
<beneroth> Regenaxer, yeah looks good :)
<beneroth> I'd expect (find) (pick) etc. not to terminate, unless it is specially handled in the mapped function
Seteeri has joined #picolisp
<Regenaxer> right
<Regenaxer> 'seek' could handle it
<Regenaxer> I'm investigating Matrix (decentralized open network)
<Regenaxer> matrix.org
<Regenaxer> #matrix on freenode seems a very nice channel
orivej has quit [Ping timeout: 240 seconds]
lodsw has quit [Ping timeout: 272 seconds]
lodsw has joined #picolisp