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
m42e has quit [Ping timeout: 252 seconds]
conform has quit [Ping timeout: 252 seconds]
m42e has joined #picolisp
conform has joined #picolisp
beneroth__ has joined #picolisp
beneroth_ has quit [Ping timeout: 240 seconds]
rob_w has joined #picolisp
beneroth__ has quit [Quit: Leaving]
rob_w has quit [Remote host closed the connection]
teddydd has joined #picolisp
teddydd has quit [Ping timeout: 252 seconds]
teddydd has joined #picolisp
teddydd has quit [Ping timeout: 265 seconds]
teddydd has joined #picolisp
tankf33der has joined #picolisp
<tankf33der> o/
<Regenaxer> Hi tankf33der!
<tankf33der> The built-in function 'fifo' maintains a queue in a circular list, with direct access to the first and the last cell
<tankf33der> This is text from rosettacode task
<tankf33der> i dont understand how fifo controls last cell
<Regenaxer> The trick is that the value of the var *is* the last cell
<Regenaxer> So the CDR of that cell is the first cell
<tankf33der> Playing
<Regenaxer> good
<tankf33der> i need a such structure pop from front and queue to tail
<Regenaxer> 'fifo' does this, right?
<tankf33der> afk.
teddydd has quit [Ping timeout: 272 seconds]
clacke has quit [Remote host closed the connection]