unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* My Project: Guile Hypertext Preprocessor
@ 2010-08-12  0:12 Luiji Maryo
  2010-08-12  2:57 ` Linas Vepstas
  2010-08-18 16:09 ` Andy Wingo
  0 siblings, 2 replies; 7+ messages in thread
From: Luiji Maryo @ 2010-08-12  0:12 UTC (permalink / raw)
  To: Guile Mailing List

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

Hello,

When looking through http://www.gnu.org/software/guile/ideas.html, I came
across this nifty little idea for a PHP-like hypertext preprocessor that
works with Guile (at least that's how I understood it), and I decided that
I'd implement it, since PHP is starting to get on my nerves (the XML handler
just kills me).

I was also thinking of extending it to a level in which programs and
languages can be run simultaneously:

<?program
   id="g"
  interpreter="/usr/bin/env guile"
?>
<?program
  id="p"
  interpreter="/usr/bin/env perl"
?>
<?g
  (define title "My Title")
  (define user "CoolDude1024")
?>
<html>
<head><title><?g (write title) ?></title></head>
<body>
<h1><?g (write title) ?></h1>
How are you doing today, <?g (write user) ?>?  <?p print "I've written this
in Perl!!!" ?>.
</body>
</html>

I was wondering if anybody had any suggestions on this concept before I get
too far through coding it.
-- 
- Luiji Maryo (a.k.a. Brain Boy)
Visit me at http://brainboyblogger.blogspot.com/.

[-- Attachment #2: Type: text/html, Size: 1817 bytes --]

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

end of thread, other threads:[~2010-08-18 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12  0:12 My Project: Guile Hypertext Preprocessor Luiji Maryo
2010-08-12  2:57 ` Linas Vepstas
2010-08-12 18:49   ` Luiji Maryo
2010-08-12 19:17     ` Thien-Thi Nguyen
2010-08-12 19:44     ` dskr
2010-08-12 20:42       ` Mike Gran
2010-08-18 16:09 ` Andy Wingo

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).