chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] SRFI-42 and Importing in Chicken 4


From: felix winkelmann
Subject: Re: [Chicken-users] SRFI-42 and Importing in Chicken 4
Date: Wed, 17 Dec 2008 08:58:39 +0100

On Tue, Dec 16, 2008 at 10:55 AM, Jack Trades
<address@hidden> wrote:
>
>> Looking at the svn repos it seems that srfi-42 isn't ported to 4 yet.
>> Feel free to help out porting it :)
>
> I would definitely be interested in helping to port it, but I wouldn't know
> where to start.  I'm still pretty new to Chicken and Scheme in general.
>

It is actually part of the chicken 4 test-suite ("tests/ec.scm"). A setup
script should basically look like this:

(compile -s srfi-42.scm -j srfi-42 -O2 -d1)
(compile -s -host srfi-42.import.scm -O2 -d0)
(install-extension
  'srfi-42
  '("srfi-42.so" "srfi-42.import.so")
  '(...<version, etc.>) )

If you need more assistance, just yell.


cheers,
felix




reply via email to

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