Actually, never mind me, I'm failing to read the documentation again!
(require-extension syntax-case)
(require-extension srfi-42)
(list-ec (: i 5) (* i i))
this works fine.
Ian
From: "Ian Oversby" <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Chicken-users] Problem with srfi-42 egg
Date: Tue, 09 Jan 2007 15:20:32 +0000
MIME-Version: 1.0
X-Originating-IP: [141.228.106.136]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from lists.gnu.org ([199.232.76.165]) by
bay0-mc5-f12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 9
Jan 2007 07:21:11 -0800
Received: from localhost ([127.0.0.1] helo=lists.gnu.org)by lists.gnu.org
with esmtp (Exim 4.43)id 1H4Imk-00019B-24for [EMAIL PROTECTED]; Tue, 09
Jan 2007 10:21:10 -0500
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)id
1H4ImG-0000xA-FSfor [email protected]; Tue, 09 Jan 2007 10:20:40
-0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)id
1H4ImE-0000uc-4Wfor [email protected]; Tue, 09 Jan 2007 10:20:39
-0500
Received: from [199.232.76.173] (helo=monty-python.gnu.org)by lists.gnu.org
with esmtp (Exim 4.43) id 1H4ImD-0000uK-SXfor [email protected];
Tue, 09 Jan 2007 10:20:37 -0500
Received: from [65.54.246.229] (helo=bay0-omc3-s29.bay0.hotmail.com)by
monty-python.gnu.org with esmtp (Exim 4.52) id 1H4ImD-0007uL-Fbfor
[email protected]; Tue, 09 Jan 2007 10:20:37 -0500
Received: from hotmail.com ([65.54.169.31]) by
bay0-omc3-s29.bay0.hotmail.comwith Microsoft SMTPSVC(6.0.3790.2668); Tue, 9
Jan 2007 07:20:34 -0800
Received: from mail pickup service by hotmail.com with Microsoft
SMTPSVC;Tue, 9 Jan 2007 07:20:34 -0800
Received: from 65.54.169.200 by by114fd.bay114.hotmail.msn.com with
HTTP;Tue, 09 Jan 2007 15:20:32 GMT
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKagRhjiGbCrU=
X-OriginalArrivalTime: 09 Jan 2007 15:20:34.0274
(UTC)FILETIME=[B52F5C20:01C73401]
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: chicken-users.nongnu.org
List-Unsubscribe:
<http://lists.nongnu.org/mailman/listinfo/chicken-users>,<mailto:[EMAIL PROTECTED]>
List-Archive: <http://lists.gnu.org/pipermail/chicken-users>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe:
<http://lists.nongnu.org/mailman/listinfo/chicken-users>,<mailto:[EMAIL PROTECTED]>
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
I'm getting errors when trying to use the srfi-42 egg on chicken 2.5. The
usage is fairly basic, and it is complaining about an unbound variable -
:-dispatch
Here is the code:
(require "syntax-case")
(require "srfi-42")
(list-ec (: i 5) (* i i))
And these are the error messages:
Version 2.5 - windows-mingw32-x86 - [ dload ptables applyhook cmake ]
(c)2000-2006 Felix L. Winkelmann
#;1> (require "syntax-case")
; loading c:\chicken\bin\syntax-case.dll ...
; loading c:\chicken\bin\syntax-case-chicken-macros.scm ...
#;2> (require "srfi-42")
; loading c:\chicken\bin\srfi-42.scm ...
#;3> (list-ec (: i 5) (* i i))
Error: unbound variable: :-dispatch
Call history:
<eval> ((lambda (g1453) (if g1453 (##sys#apply (lambda
(g1454)
(quote #(syntax-object (if #f #f) ((top) #(ribcage #(dummy) #((...
<eval> ($syntax-dispatch g1407 (quote (any #(atom 1) ()
())))
[snip]
Ian
_________________________________________________________________
MSN Hotmail is evolving check out the new Windows Live Mail
http://ideas.live.com
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters!
http://www.msn.co.uk/newsletters
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users