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
>
Hi Guilers,
I wrote a simple SVG-based picture language. To try it:
wget https://elephly.net/downies/pict.scm
Then start geiser in Emacs and load the module:
M-x run-guile
(add-to-load-path (getcwd))
,use (pict)
Let’s play!
(circle 100)
(colorize (circle 100) "red")