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
peterhil has quit [Ping timeout: 258 seconds]
<tankf33der> morning
<tankf33der> i did not get it
<Regenaxer> Hi tankf33der!
<tankf33der> i cant correctly push to tail
<Regenaxer> So 'fifo' is not what you want?
<Regenaxer> Cause it is circular?
<Regenaxer> Then use 'queue' and/or 'push' / 'pop'?
<tankf33der> i would like to create a structure like pop-queue but handle head-tail pointers.
<tankf33der> like those extra hard exercise for double-linked list.
<Regenaxer> 'make' also keeps a pointer to last cell, but cannot 'pop'
<tankf33der> i have to create from scratch and fifo cant help me
<Regenaxer> Why not 'fifo'?
<tankf33der> how push to tail then?
<Regenaxer> 'fifo' always pushes to tail
<Regenaxer> and pops from front
<Regenaxer> first-in / first-out
<tankf33der> Oops
<tankf33der> i missunderstand fifo
<tankf33der> fifo is ok now
<Regenaxer> Great :)
<tankf33der> i was wrong what exactly is push
<tankf33der> i was wrong what exactly is push for fifo
<tankf33der> afk.
<Regenaxer> I see
<Regenaxer> Good
rob_w has joined #picolisp
clacke has joined #picolisp
mtsd has joined #picolisp
mtsd_ has joined #picolisp
mtsd has quit [Ping timeout: 240 seconds]
mtsd_ has quit [Client Quit]
peterhil has joined #picolisp
tankf33der has quit [Quit: the lounge - https://webirc.envs.net]
tankf33der has joined #picolisp
tankf33der has left #picolisp [#picolisp]
tankf33der has joined #picolisp
teddydd has joined #picolisp
rob_w has quit [Quit: Leaving]
<Nistur> I've been using the printed penti keyboard a bit today (not to type this though) and... it works, but I think I need to find a good position for it, reprint the base, and get rubber feet, because to the side of my keyboard right now is now a good place for it, it's not straining my fingers, but my lower arms somehow
<Regenaxer> Lots of experiments necessary
peterhil has quit [Quit: Must not waste too much time here...]
peterhil has joined #picolisp
wineroots has joined #picolisp
peterhil has quit [Quit: Must not waste too much time here...]
peterhil has joined #picolisp
<tankf33der> Regenaxer: you did not add forall function to main index
<Regenaxer> Ah! Indeed, thanks! Will do
<Regenaxer> I always forget :(
<Regenaxer> Done
<Regenaxer> 'forall' is a very straightforward utility
<Regenaxer> I used this 'seq' mechanism mainly in debugging but very very often
<Regenaxer> So it was time to factor it out into a convenient function
<Regenaxer> Really not a big thing
teddydd has quit [Ping timeout: 252 seconds]