Re: [Chicken-users] SOAP implementations/libraries

2006-05-28 Thread felix winkelmann
On 5/25/06, Jim Miller [EMAIL PROTECTED] wrote: 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? Sorry, not that I know of.

Re: [Chicken-users] static library and link

2006-05-28 Thread felix winkelmann
On 5/26/06, Frederic Peschanski [EMAIL PROTECTED] wrote: Error: unbound variable: mylib Call history: eval (define-extension mylib (export foo bar)) -- = Anyway, I am progressing, thank you again ! Fred. Hm... This seems to indicate that your chicken doesn't

Re: [Chicken-users] How to use prelude?

2006-05-28 Thread felix winkelmann
On 5/27/06, Peter Bex [EMAIL PROTECTED] wrote: Hey all, I'm trying to conditionally add a prelude to an egg. It checks if X is available by trying to link against it, and then it does the following: (if with-x? (compile -prelude (define with-x #t) -s -O2 -d0 imlib2.scm -C

Re: [Chicken-users] How to use prelude?

2006-05-28 Thread Peter Bex
On Sun, May 28, 2006 at 12:31:14PM +0200, felix winkelmann wrote: Adding a quote in front of the define doesn't work either as that expands to (quote (define with-x #t)) Try '...' (one pair of double-quotes for scheme, and one pair of single quotes for the shell). It would be nice if you

Documentation (was Re: [Chicken-users] How to use prelude?)

2006-05-28 Thread Graham Fawcett
On 5/28/06, felix winkelmann [EMAIL PROTECTED] wrote: On 5/28/06, Peter Bex [EMAIL PROTECTED] wrote: On Sun, May 28, 2006 at 12:31:14PM +0200, felix winkelmann wrote: Adding a quote in front of the define doesn't work either as that expands to (quote (define with-x #t)) Try '...' (one

Re: Documentation (was Re: [Chicken-users] How to use prelude?)

2006-05-28 Thread felix winkelmann
On 5/29/06, Graham Fawcett [EMAIL PROTECTED] wrote: I was just thinking about what's happening now in the Python community. A well-known Python developer dumped all of the official documentation into a Wiki / content management system, and the community is busy filling in gaps, and adding new

Re: [Chicken-users] Debugging -- truncating the call-history report?

2006-05-28 Thread felix winkelmann
On 5/26/06, Graham Fawcett [EMAIL PROTECTED] wrote: First, let me ask the short question: when an uncaught exception occurs, is there a way to prevent exception-handler code from appearing in the call-history report? What you can do is the following: put the code that prints the exception in a

Re: [Chicken-users] foreign-type for int64_t?

2006-05-28 Thread felix winkelmann
On 5/24/06, Alejandro Forero Cuervo [EMAIL PROTECTED] wrote: What foreign-type specifier should I use if I need an int64_t in C? Right now I'm using 'long' (which, I know, is just 32 bits) and filling my code with casts. Perhaps an int64 foreign-type specifier should be defined? As a

[Chicken-users] egg index on coop

2006-05-28 Thread felix winkelmann
Hi! I have changed the egg-upload script to add an entry to the following page: http://galinha.ucpel.tche.br/coop?page=egg%20index It's still a bit raw, but it makes it easier to keep up to date with egg-changes (modifications here will appear in the coop RSS feed). This also demonstrates the

[Chicken-users] chicken gui repl

2006-05-28 Thread felix winkelmann
Hello! Kon suggested a somewhat more user-friendly mac-like addition to the OS X binary release, and I thought it would be nice to have some sort of GUI repl that could be installed along with the binaries (and provided with the source release too, of course). So I dug out my mostly unfinished