chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Chicken-users] Problem with srfi-42 egg


From: Ian Oversby
Subject: RE: [Chicken-users] Problem with srfi-42 egg
Date: Tue, 09 Jan 2007 15:57:03 +0000

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" <address@hidden>
To: address@hidden
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: address@hidden
X-Sender: address@hidden
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 address@hidden; 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 address@hidden; 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 address@hidden; 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 address@hidden; 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 address@hidden; 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: address@hidden
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:address@hidden>
List-Archive: <http://lists.gnu.org/pipermail/chicken-users>
List-Post: <mailto:address@hidden>
List-Help: <mailto:address@hidden>
List-Subscribe: <http://lists.nongnu.org/mailman/listinfo/chicken-users>,<mailto:address@hidden>
Errors-To: address@hidden
Return-Path: address@hidden

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
address@hidden
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]