* Schemer's FAQ: GnoTime uses scheme for HTML reports @ 2004-04-26 5:38 Linas Vepstas 2004-04-27 20:23 ` David Van Horn 0 siblings, 1 reply; 3+ messages in thread From: Linas Vepstas @ 2004-04-26 5:38 UTC (permalink / raw) Cc: guile-user Hi, Got another entry for section 1.3 of the schemers.org FAQ: GnoTime http://gttr.sourceforge.net uses scheme (thru guile) to generate its HTML reports. It has a semi-generic scheme-embedded-in-html engine to do this. Note that there is also another unrelated scheme-in-html embedding project. I don't remember the name, I think its called emb-scheme or something like that. Gnotime and this other project use the same markup: <?scm (lambda (asdf) (asdf)) ?> to stick stuff into html. --linas -- pub 1024D/01045933 2001-02-01 Linas Vepstas (Labas!) <linas@linas.org> PGP Key fingerprint = 8305 2521 6000 0B5E 8984 3F54 64A9 9A82 0104 5933 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Schemer's FAQ: GnoTime uses scheme for HTML reports 2004-04-26 5:38 Schemer's FAQ: GnoTime uses scheme for HTML reports Linas Vepstas @ 2004-04-27 20:23 ` David Van Horn 2004-04-29 15:58 ` Linas Vepstas 0 siblings, 1 reply; 3+ messages in thread From: David Van Horn @ 2004-04-27 20:23 UTC (permalink / raw) Linas Vepstas wrote: > Hi, > > Got another entry for section 1.3 of the schemers.org FAQ: Hi, You should send any comments on the Scheme FAQ to Matthias Radestock <matthias@sorted.org>, the FAQ author. > Note that there is also another unrelated scheme-in-html > embedding project. I don't remember the name, I think its > called emb-scheme or something like that. Gnotime and this > other project use the same markup: There is BRL, the beautiful report language, which does this kind of inside-out programming with Scheme. http://brl.sourceforge.net/ A google search for "emb-scheme" found nothing for me. David _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Schemer's FAQ: GnoTime uses scheme for HTML reports 2004-04-27 20:23 ` David Van Horn @ 2004-04-29 15:58 ` Linas Vepstas 0 siblings, 0 replies; 3+ messages in thread From: Linas Vepstas @ 2004-04-29 15:58 UTC (permalink / raw) Cc: matthias, guile-user, neale Hi, On Tue, Apr 27, 2004 at 04:23:46PM -0400, David Van Horn was heard to remark: > Linas Vepstas wrote: > >Hi, > > > >Got another entry for section 1.3 of the schemers.org FAQ: > > Hi, > > You should send any comments on the Scheme FAQ to Matthias Radestock > <matthias@sorted.org>, the FAQ author. Oh, well I thought I'd cc'ed whomever was listed as the faq maintainer. Maybe I splipped up in the typing. To repeat the FAQ listing request: GnoTime uses scheme (guile) for generating embedded reports. http://gttr.sourceforge.net > >Note that there is also another unrelated scheme-in-html > >embedding project. I don't remember the name, I think its > >called emb-scheme or something like that. Gnotime and this > >other project use the same markup: > > There is BRL, the beautiful report language, which does this kind of > inside-out programming with Scheme. > > http://brl.sourceforge.net/ Yes, except it does it inside out: it is big, heavyweight, and requires a web server in order to run. Its not embeddable at all. My goal of using guile was for it to be small, simple, and embedable in a small, simple *desktop* application (that just happens to use html for display, but is not otherwise networked in any way). Of course, you didn't know this before I wrote this email ... > A google search for "emb-scheme" found nothing for me. Actually, its called eguile, now that I looked, its at http://woozle.org/~neale/src/eguile/ I reinvented eguile and stuck it inside of gnotime because I didn't know about it at the time. Of course, I think I like what I did better, but what the hey ... --linas -- pub 1024D/01045933 2001-02-01 Linas Vepstas (Labas!) <linas@linas.org> PGP Key fingerprint = 8305 2521 6000 0B5E 8984 3F54 64A9 9A82 0104 5933 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-29 15:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-04-26 5:38 Schemer's FAQ: GnoTime uses scheme for HTML reports Linas Vepstas 2004-04-27 20:23 ` David Van Horn 2004-04-29 15:58 ` Linas Vepstas
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).