Re: [Chicken-users] Furry paws...

2009-09-02 Thread Eduardo Cavazos
On Sep 2, 2009, at 10:13 PM, Eduardo Cavazos wrote: ... is sooo frickin amazing. Is there an interactive interpreter/repl for FP somewhere? Kon Lovett wrote: Doesn't "fp -i" enter interactive mode? Hello Kon! Hmmm... I don't have an 'fp' binary here. Just 'fpc'. Ed __

Re: [Chicken-users] Furry paws...

2009-09-02 Thread Kon Lovett
On Sep 2, 2009, at 10:13 PM, Eduardo Cavazos wrote: ... is sooo frickin amazing. Is there an interactive interpreter/repl for FP somewhere? Doesn't "fp -i" enter interactive mode? Ed ___ Chicken-users mailing list Chicken-users@nongnu.org http

Re: [Chicken-users] Scheme pre-processor

2009-09-02 Thread Kon Lovett
On Sep 2, 2009, at 2:38 PM, Angerer Christoph wrote: Hi, I was wondering if chicken scheme has some kind of command-line pre processor that 'normalizes' a scheme source file (and outputs it to STD out or another file)? By 'normalizing' I mean expanding all macros as well as special forms

[Chicken-users] Furry paws...

2009-09-02 Thread Eduardo Cavazos
... is sooo frickin amazing. Is there an interactive interpreter/repl for FP somewhere? Ed ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Scheme pre-processor

2009-09-02 Thread Angerer Christoph
Hi, I was wondering if chicken scheme has some kind of command-line pre processor that 'normalizes' a scheme source file (and outputs it to STD out or another file)? By 'normalizing' I mean expanding all macros as well as special forms such as quotes and unquotes into the equivalent pure

Re: [Chicken-users] srfi-29 on 4.1.7

2009-09-02 Thread Kon Lovett
Hi, srfi-29:2.0.0 is released. I am working on srfi-19 but this will not be available until Fri. "module unresolved" means chicken cannot figure out all the identifiers in the module. Best Wishes, Kon ___ Chicken-users mailing list Chicken-use

[Chicken-users] srfi-29 on 4.1.7

2009-09-02 Thread David N Murray
Kon, thanks for the help on the previous issues. Many thanks. I'm making progress on srfi-19. ~# chicken-install srfi-29 retrieving ... connecting to host "chicken.kitten-technologies.co.uk", port 80 ... [snip download and stuff that worked] changing current directory to /tmp/chicken-install-285

[Chicken-users] 4.1.7 lookup-table egg

2009-09-02 Thread David N Murray
Still trying to install locale (ultimate goal is to install srfi-19). lookup-table fails with the following error: installing lookup-table: ... changing current directory to . /usr/local/bin/csi -bnq -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"loo

Re: [Chicken-users] srfi-19

2009-09-02 Thread Kon Lovett
On Sep 2, 2009, at 1:50 PM, David N Murray wrote: On Sep 2, Christian Kellermann scribed: find a patch for the srfi-19 egg attached to this email. When applied to the trunk of the chicken3 egg it will happily install on chicken 4. This has been sent to Kon for review, so don't consider this o

Re: [Chicken-users] 4.1 check-errors

2009-09-02 Thread Kon Lovett
On Sep 2, 2009, at 3:17 PM, David N Murray wrote: I'm trying to chicken-install locale and it requires check-errors. check-errors fails to build because it tries to import srfi-12 (the require is commented out, but the egg won't install). I removed srfi-12 from the import list of conditions.

[Chicken-users] 4.1 check-errors

2009-09-02 Thread David N Murray
I'm trying to chicken-install locale and it requires check-errors. check-errors fails to build because it tries to import srfi-12 (the require is commented out, but the egg won't install). I removed srfi-12 from the import list of conditions.scm (patch attached) and the tests all ran fine. Cheers

Re: [Chicken-users] srfi-19

2009-09-02 Thread David N Murray
On Sep 2, Christian Kellermann scribed: > find a patch for the srfi-19 egg attached to this email. When applied > to the trunk of the chicken3 egg it will happily install on chicken > 4. This has been sent to Kon for review, so don't consider this one > blessed by the original author. Maybe Kon wi

[Chicken-users] latest (rev 15708) build on OpenBSD

2009-09-02 Thread David N Murray
Hi, Should this go to chicken-devel? I just checked out the latest via subversion and was trying to build it on an OpenBSD AMD64 box. It built fine, but runtests.sh fails: library tests ... Error: unbound variable: +inf. Call history:

Re: [Chicken-users] srfi-19

2009-09-02 Thread Christian Kellermann
Hi Dave, find a patch for the srfi-19 egg attached to this email. When applied to the trunk of the chicken3 egg it will happily install on chicken 4. This has been sent to Kon for review, so don't consider this one blessed by the original author. Maybe Kon will get around to commit this soon. Kin