On Fri, Jun 07, 2019 at 02:36:20PM +0200, Alexander Burger wrote: > (patch http '(out *HtSock (cond @X)) > (fill > '(prog > (ana) > (out *HtSock (cond . @X)) ) ) )
The 'prog' is ugly. We should better avoid it. As logging does its own 'out', we can move it like this: (patch http '(out *HtSock (cond @X)) (fill '(out *HtSock (ana) (cond . @X)) ) ) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe