Re: regexp character classes not supported?

2013-01-06 Thread Klaus Schilling
From: Ian Price Subject: Re: regexp character classes not supported? Date: Sun, 06 Jan 2013 10:47:11 + > Mark H Weaver writes: > > > If you'd like a more advanced regexp library, and don't mind the fact > > that it will be much slower than Guile's built-in regexps, I recommend > > that you

Re: use-modules: selecting, which symbols not to load

2013-01-06 Thread Ian Price
Panicz Maciej Godek writes: > What I've been lacking is specifying symbols that are NOT meant > to be imported from a module. > So I'd wish to be able to load modules in the following manner: > > (use-modules ((rnrs) #:version (6) #:without (write display))) While I see this is resolved now[0],

Re: regexp character classes not supported?

2013-01-06 Thread Ian Price
Mark H Weaver writes: > If you'd like a more advanced regexp library, and don't mind the fact > that it will be much slower than Guile's built-in regexps, I recommend > that you look at Alex Shinn's irregex package: > > http://synthcode.com/scheme/irregex/ It is a very nice library, and guildh

Re: guile-fcgi?

2013-01-06 Thread Ian Price
Greg Troxel writes: > Is this still of any value? Is there a replacement? There is no replacement fastcgi library, but Guile 2 does come with a web server library, which tends to be run behind a reverse proxy. > I am inclined to remove this from pkgsrc. Any reason not to? I haven't ran it, but