[plt-scheme] SVG and Scheme?

From: Doug Orleans (dougo at place.org)
Date: Wed Aug 11 22:52:23 EDT 2004

SVG (Scalable Vector Graphics) documents can have embedded script code
for interactivity (e.g. onClick attributes).  The default language is
ECMAScript, but you can use other languages; for instance, Apache's
Batik library has adapters for Python and Tcl.  Has anyone tried to
integrate Scheme into SVG?  I'd imagine some Java implementation would
be easiest (e.g. Kawa or JScheme), but PLT Scheme should be doable too.

--dougo at place.org


Posted on the users mailing list.