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
<abu[7]> DKordic: The PicoLisp mailing list server logs "** danilo.kordic@gmail.com 2025-04-07 06:25:52!! Can't HELO" every four minutes. Can I remove that address?
rob_w has joined #picolisp
aw- has quit [Ping timeout: 248 seconds]
aw- has joined #picolisp
<DKordic> Hi abu[san]. Thank You for pointing that. I have no idea what is happening. I think it is best to remove it. Should I unsubscribe?
<abu[7]> OK, no problem. I can remove it manually :)
<abu[7]> Hmm, strange. The error disappeared meanwhile
<abu[7]> Seems a temporary glitch
<DKordic> Various strange bugs are happening to me lately.
<abu[7]> Mail is a mess anyway ;)
<DKordic> Would it be reasonable to "mkfifo in out err; pil < in > out &"?
<abu[7]> Not sure, have not tried
<abu[7]> Perhaps 'ctty' is better
<DKordic> OK, thank You.
DKordic has quit [Quit: brb]
M-Sci has joined #picolisp
<M-Sci> Back.
<abu[7]> Hi :)
<M-Sci> I'm DKordic :) .
<abu[7]> Ah :)
<M-Sci> Time for some Forth.
<abu[7]> Good idea
rob_w has quit [Remote host closed the connection]
<tankf33der> hi all
<tankf33der> abu[7]: http://pb1n.de/?490c8c
<tankf33der> two variables Path and Base how to return "mike/m" ? i need a hint
<tankf33der> i have this version: http://pb1n.de/?c8567f
<abu[7]> How about this? (and (pre? Base Path) (pack (nth (chop Path) (+ 2 (length Base)))))