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
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
mtsd has joined #picolisp
<tankf33der> morning
<tankf33der> Regenaxer: where is old tutorial? I see only cut on software-lab.de/doc
<mtsd> Morning tankf33der, is it this one: https://software-lab.de/doc/tut.html ?
<tankf33der> mtsd: it cut, older version was 10x longer
<tankf33der> it cut after pil21 release.
<mtsd> You're right, strange..
mtsd has quit [Ping timeout: 240 seconds]
<Regenaxer> Morning all! tankf33der, the old one should still be in software-lab/picoLisp.tgz
<tankf33der> at least I have a copy of code from tutorial
<tankf33der> Regenaxer: ok
<Regenaxer> software-lab.de/picoLisp.tgz
mtsd has joined #picolisp
mtsd has quit [Ping timeout: 268 seconds]
mtsd has joined #picolisp
mtsd has quit [Ping timeout: 240 seconds]
rob_w has joined #picolisp
mtsd has joined #picolisp
rob_w has quit [Remote host closed the connection]
mtsd has quit [Quit: Leaving]
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
mtsd has joined #picolisp
mtsd has quit [Quit: Leaving]
rob_w has joined #picolisp
mtsd has joined #picolisp
mtsd has quit [Ping timeout: 268 seconds]
mtsd has joined #picolisp
mtsd has quit [Remote host closed the connection]
mtsd has joined #picolisp
tankf33der has left #picolisp [the lounge - https://webirc.envs.net]
mtsd has quit [Quit: Leaving]
rob_w has quit [Quit: Leaving]
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
_whitelogger has joined #picolisp
mtsd has joined #picolisp
<mtsd> Regenaxer, do you have a minute?
<Regenaxer> Hi mtsd, sure :)
<mtsd> Hi, sorry to disturb the evening
<Regenaxer> No problem
<mtsd> Is the old demo app still available in pil21?
<Regenaxer> yes, in software-lab.de/picoLisp.tgz
<Regenaxer> i
<mtsd> thanks!
<Regenaxer> i.e. the old release
<mtsd> I downloaded it just now. Thanks again
<Regenaxer> Welcome
<Regenaxer> Not much differences, iirc. Mainly 'ap' namespace
<mtsd> I ran into some trouble with the pdf- function in an old app
<Regenaxer> ah, ok, that changed to svg
<mtsd> ok, it reports "pdf- undefined" in pil21
<mtsd> Should use svg instead of pdf then?
<Regenaxer> pil21 print demo should work
<Regenaxer> and yes, the ps.l lib is no longer in pil21
<Regenaxer> svg.l is better
<mtsd> No wonder it stopped working then :)
<Regenaxer> :)
<mtsd> Time to port the application a little
<Regenaxer> I would recommend so
<Regenaxer> rather similar
<mtsd> Good way to get aquainted with pil21
<Regenaxer> yep! good chance!
<Regenaxer> No big deal anyway
<Regenaxer> Check doc/diff perhaps
<Regenaxer> Rewriting yhe printing is perhaps the biggest part
<Regenaxer> Put you could also use the old lib/ps.l in pil21
<Regenaxer> needs also "lib/glyphlist.txt" and "lib/head.ps"
<Regenaxer> @lib/svg.l is better imho
<mtsd> I am loading @lib/svg.l, and there seems to be a pdf function in there, near the bottom?
<Regenaxer> right
<Regenaxer> SVG is the intermediate format, like PostScript in lib/ps.l
<Regenaxer> I also use SVG files directly though
<mtsd> I should be able to use the pdf function in @lib/svg.l then
<Regenaxer> yes
<Regenaxer> Take app/lib.l as an example
<mtsd> I'll dig into it a bit more
<Regenaxer> 👍
mtsd has quit [Quit: Leaving]