unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Announce: eguile -- embedded guile preprocessor thing
@ 2002-07-23 22:59 Neale Pickett
  2002-07-24 23:09 ` MJ Ray
  0 siblings, 1 reply; 6+ messages in thread
From: Neale Pickett @ 2002-07-23 22:59 UTC (permalink / raw)


eguile is like escm, but it's written in pure guile.  I use it to make
web pages, but it could just as well be a general-purpose guile
preproccesor thing.  That part of what it does is pretty trivial,
though.

For an example of its output, and more information, surf on over to

  http://woozle.org/~neale/src/eguile/index.html

Input looks like this:

  <html>
    <head>
      <title>eguile</title>
      <link rel="stylesheet" type="text/css"
            href="<?= (current-path-to-root) ?>default.css">
    </head>
    <body>
      <? (head) ?>
      <h1>
        eguile<br>
        <small>embedded guile HTML preprocessor</small>
      </h1>

      <p>2 + 2 = <?= (+ 2 2) ?></p>

etc.

I don't know if this will be useful to anyone other than me, but if
ht2html has a userbase, maybe there's an audience for this too :)

-- 
Neale Pickett <neale@woozle.org>

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-04  8:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-23 22:59 Announce: eguile -- embedded guile preprocessor thing Neale Pickett
2002-07-24 23:09 ` MJ Ray
2002-07-29 16:04   ` Neale Pickett
2002-09-04  8:07     ` Demo page for guile-fcgi Sergey Dolin
2002-09-04  8:27       ` rm
2002-09-04  8:38       ` Sergey Dolin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).