PicoLisp Explored: The fifo function
Today we will discuss an interesting function called fifo: First-In-First-Out.
As always in "PicoLisp Explored", we will check the documentation and the internal representation of the data to understand what is happening.
The FIFO principle
The FIF...
picolisp-explored.com3 min read