Re: Simple picture language

2018-04-14 Thread Alex Kost
Ricardo Wurmus (2018-03-26 23:51 +0200) wrote: > Hi Guilers, > > I wrote a simple SVG-based picture language. To try it: > > wget https://elephly.net/downies/pict.scm [...] > What do you think? So joyful! Thank you, Ricardo, both for this tool and for the great small tutorial you write! So

Re: Simple picture language

2018-04-07 Thread Ricardo Wurmus
Thanks for all the nice comments! > I wrote a simple SVG-based picture language. To try it: > > wget https://elephly.net/downies/pict.scm Development continues here (until I find a better home): https://git.elephly.net/software/guile-picture-language.git -- Ricardo

Re: Simple picture language

2018-04-06 Thread Hugo Hörnquist
Good work! I have really wanted this in guile, and this seems to do the job really well. -- hugo

Re: Simple picture language

2018-04-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Mar 26, 2018 at 11:51:23PM +0200, Ricardo Wurmus wrote: > Hi Guilers, > > I wrote a simple SVG-based picture language. To try it: [...] > What do you think? Thanks for that! This prompted me to get my Geiser setup in working order and I m

Re: Simple picture language

2018-03-31 Thread Neil Jerram
Matt Wette writes: > On 03/27/2018 05:40 AM, Thompson, David wrote: >> On Mon, Mar 26, 2018 at 5:51 PM, Ricardo Wurmus wrote: >>> Hi Guilers, >>> >>> I wrote a simple SVG-based picture language. >> Wow! I never would have thought to use sxml to generate svg files. I >> always thought we would ha

Re: Simple picture language

2018-03-27 Thread Matt Wette
On 03/27/2018 05:40 AM, Thompson, David wrote: On Mon, Mar 26, 2018 at 5:51 PM, Ricardo Wurmus wrote: Hi Guilers, I wrote a simple SVG-based picture language. Wow! I never would have thought to use sxml to generate svg files. I always thought we would have to use cairo or some custom render

Re: Simple picture language

2018-03-27 Thread Thompson, David
On Mon, Mar 26, 2018 at 5:51 PM, Ricardo Wurmus wrote: > Hi Guilers, > > I wrote a simple SVG-based picture language. Wow! I never would have thought to use sxml to generate svg files. I always thought we would have to use cairo or some custom renderer in order to have a picture language. This is

Re: Simple picture language

2018-03-26 Thread Christopher Lemmer Webber
Hey Ricardo! Super cool that you were able to get this working so fast! :) I look forward to trying it when I get some spare cycles to breathe. Ricardo Wurmus writes: > Hi Guilers, > > I wrote a simple SVG-based picture language. To try it: > > wget https://elephly.net/downies/pict.scm >