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
<tankf33der> Morning. Ok
ygrek has quit [Remote host closed the connection]
rob_w has joined #picolisp
<abu[7]> A bit unsatisfactory indeed
<beneroth> I agree abu[7]. Errors within error handling are always problematic.
<abu[7]> Yeah. Even worse is a stack overflow in a coroutine (which is quite often), Then Pil even exits after error handling, because nothing can be done ;)
<abu[7]> Says "Give up: No stack"
rob_w has quit [Ping timeout: 245 seconds]
beneroth has quit [Quit: Leaving]
<tankf33der> abu[7]: question about send bundle of jsons:
<tankf33der> (prinl "[") (printJson) (prinl ",") (printJson) (prinl "]")
<tankf33der> right? :/
<abu[7]> Looks ok
<tankf33der> good. thanks.
<abu[7]> ie an array
<tankf33der> yeap
<tankf33der> first i thought printJson can both
<abu[7]> I thought so too
<abu[7]> but I don' remember
<abu[7]> I'll look later
<tankf33der> i proved it can not do that
<abu[7]> Right. Needs (atom (car Item))
ygrek has joined #picolisp
chexum has quit [Remote host closed the connection]
ygrek has quit [Remote host closed the connection]
chexum has joined #picolisp
ygrek has joined #picolisp
<tankf33der> abu[7]: here ?
<tankf33der> list or NIL in the middle of the list
<tankf33der> make if flat or filter.
<tankf33der> question: is it ugly?
beneroth has joined #picolisp