POV-Ray : Newsgroups : povray.off-topic : GIMP hotkeys/ scripts/ user-defined functions? : Re: GIMP hotkeys/ scripts/ user-defined functions? Server Time
7 Sep 2024 03:21:13 EDT (-0400)
  Re: GIMP hotkeys/ scripts/ user-defined functions?  
From: Nicolas Alvarez
Date: 10 Dec 2008 21:36:24
Message: <49407ca8@news.povray.org>
nemesis wrote:
> actually, it's just a bridge between CL and XML.  Hey, XML itself is an
> s-expression language, like Lisp. ;)

Some people have tried the opposite. Converting XML into something that
looks like lisp :)

<tag attr1="value1"
     attr2="value2">
  <nested>Text node</nested>
  <empty/>
</tag>

(tag (@ (attr1 "value1")
        (attr2 "value2"))
  (nested "Text node")
  (empty))


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.