11 Jun 2003 17:04
Re: Askemos Forum
Joerg F. Wittenberger <Joerg.Wittenberger <at> softeyes.net>
2003-06-11 15:04:51 GMT
2003-06-11 15:04:51 GMT
Raphael Heinrich <rheinric <at> HTWM.De> writes: > gibt es irgendwo eine Auflistung von den gebräuchlisten > Scheme-Funktionen im Bezug auf Askemos. You did not ask for Scheme in general, but for the sake of completeleness: www.schemers.org Especially for string handling there should be SRFI-18 http://srfi.schemers.org/srfi-18/srfi-18.html but unfortunately only a few (string-join, string-split and some) are available by now. Or are you looking for Perl regular expressions? http://www.askemos.org/A67bb0753e1676f81983e0ecf3a15b391/PCREexample (Please check the example, I not yet; and let me know whether it works. Thanks) More SRFI documented at www.askemos.org/SRFI (topics: time & date!, exceptions, and-let*, receive) A complete listing is sort of distributed (<version> is the current version number): 1. Askemos-<version>/mechanism/function/scheme.scm declares r5rs-side-effecty-things which are _not_ exported from the set of r5rs functions. 2. The file also declares dsssl-forms (www.askemos.org/NameSpaceDSSSL) and srfi19-forms are exported.(Continue reading)


web-server, that uses the
> HTTP extension. The performance is so-so, about twice as
> fast as the SUnet server (considering raw requests-per-second)
> but still no match for the PLT server. Anyway, it works and
> is quite easy to use. I have thought about a simple method
> of embedding scheme in HTML and now something a la PHP came
> out, so you would have, say,
>
> <html><head><title>Hello</title><head>
> <?scheme
> (printf "<h1>This is ~A, on ~A</h1>"
> (http:request-url (spiffy:current-request))
> (get-host-name) )
> ?>
> <body>
> </body>
> </html>
>
> So everything in "<?scheme ...?>" or "<?...?>" is taken
Felix, you know (while the others here don't) chicken can do this a
lot more already.
I'm proud to announce that it was just decided to release the chicken
port of Askemos under the BSD license.



RSS Feed