On Tue, Dec 16, 2008 at 10:55 AM, Jack Trades
<[email protected]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to