Hi, I'm trying to use the ssax Egg for the first time, and running
into troubles with an example taken from Oleg's site: http://okmij.org/ftp/Scheme/remove-markup.scm
When I try to run my code:
(require-extension ssax)
(def
On 22 Oct 2009, at 4:54 am, John Cowan wrote:
I spotted one error: in a let loop, the loop identifier is not just
callable
in a "procedure-like" way. It's bound to an actual first-class
procedure
which can be exported from the loop and called at any time.
Y'know, if I'd thought about it, I'd
> I thought this sounded familiar:
> http://lists.gnu.org/archive/html/chicken-users/2009-08/msg00069.html
> But, there doesn't seem to be a resolution in the thread.
Thread continues here (sorry, too lazy to setup a real mail client):
http://lists.gnu.org/archive/html/chicken-users/2009-08/msg000
I thought this sounded familiar:
http://lists.gnu.org/archive/html/chicken-users/2009-08/msg00069.html
But, there doesn't seem to be a resolution in the thread.
I couldn't get make PLATFORM=mingw-msys to work either, but I can't
remember why. I did get 4.2.0 built using a command prompt (CMD, not
Dear Madam/Sir,
I downloaded 4.2.0 (chicken-4.2.0.tar.gz) and tried to build it on
mingw-msys. (OS: Microsoft Windows XP SP 3).
I gave following shell command
make PLATFORM=mingw-msys
It throws following errors -
... << text above this line is not copied here>> ...
Creating library file: libchi
Dear chicken-users,
please find a patch of the SDL chicken 3 egg attached. This has
been confirmed to work on OpenBSD and Mac OS X (both i386) with
chicken 4.2.2.
If someone with commit rights finds this useful, please commit it
:)
Cheers,
Christian
Index: sdl-csi.scm
==