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:19:21 EDT (-0400)
  Re: GIMP hotkeys/ scripts/ user-defined functions?  
From: nemesis
Date: 10 Dec 2008 22:05:00
Message: <web.494082514d4e8c944e7cdf8a0@news.povray.org>
Nicolas Alvarez <nic### [at] gmailcom> wrote:
> 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))

Yes.  Many web frameworks for Scheme go that path.  And I like it much better.
:)


Post a reply to this message

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