[Chicken-users] Update to eggdoc.setup

2006-06-21 Thread Jim Miller
(Sorry if this isn't the appropriate venue for posting egg fixes) In the eggdoc.egg that I just installed didn't install the html documentation or update the version number in the egg documentation index. Here is a new eggdoc.setup file that does both. I'm fairly new to scheme and chicken so I'm

[Chicken-users] Creating custom distribution

2006-06-17 Thread Jim Miller
Hi all, I'm currently using chicken in a development environment that has no connection to the internet, never will, and the deployment environments don't have access either, never will. I'd like to create a custom chicken distribution that basically includes a whole nursery and that runs chicken

[Chicken-users] SOAP implementations/libraries

2006-05-24 Thread Jim Miller
Having gotten tired of parsing through google results with the words 'scheme' and 'soap', I figure I'll ask here. Is there a standard library or reference for implementing soap services and clients in scheme? thanks ___ Chicken-users mailing list

[Chicken-users] Help with foreign-lambda

2006-05-15 Thread Jim Miller
I'm trying to least expensive way to wrap a C function into scheme. The following is the C interface to the function I need: typedef long int integer; typedef float real; int gtd6_(integer *iyd, real *sec, real *alt, real *glat, real *glong, real *stl, real *f107a, real *f107, real *ap, integer

Re: [Chicken-users] Assistance with http egg

2006-04-16 Thread Jim Miller
On 4/16/06, Thomas Chust [EMAIL PROTECTED] wrote: On Sun, 16 Apr 2006, Jim Miller wrote: I'm fairly new to scheme having been convinced by reading SICP that its worth a shot.So far I'm trying to convert some code over to using chicken scheme and I'm very happy so far. Hello,it's good to hear