Re: [Chicken-users] xml-rpc: typo in .setup

2007-10-11 Thread felix winkelmann
On 10/11/07, [EMAIL PROTECTED] > Is a similar interface available in other Scheme implementations? The API was more or less taken from a PLT-specific XML-RPC implementation (I forgot the name). cheers, felix ___ Chicken-users mailing list Chicken-us

Re: [Chicken-users] numbers egg - (angle y) feedback

2007-10-11 Thread felix winkelmann
On 10/11/07, Terrence Brannon <[EMAIL PROTECTED]> wrote: > I tried to re-open the ticket on trac, but was told my submission was > potential > spam. > You have to go to "Settings" and register a username. cheers, felix ___ Chicken-users mailing list

Re: [Chicken-users] egg creation - documentation and finishing touches help needed

2007-10-11 Thread felix winkelmann
On 10/9/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > Testing - how do I test this egg before uploading it? There doesnt > > seem to be a way to point chicken-setup at a local egg. > > If there is a directory "test" in the egg w/ "run.scm" chicken-setup > will run it. ("tests", actually - and you

Re: [Chicken-users] currency-converter.egg

2007-10-11 Thread felix winkelmann
On 10/9/07, Jean-Philippe Théberge <[EMAIL PROTECTED]> wrote: > In my process of learning "the chicken way" I have made an egg out of a > simple but useful currency converter. > > [procedure] (currency-convert FROM TO AMOUNT #:table #:format?) > > (currency-convert 'USD 'EUR 45.34) > => "32.03" > (

Re: [Chicken-users] numbers egg - (angle y) feedback

2007-10-11 Thread Zbigniew
I believe you are misunderstanding what angle is supposed to do. ANGLE should return 0 (positive reals) or pi (negative reals) when its argument has a zero imaginary component. The R5RS is abundantly clear that the result of angle is a real number x s.t. -pi < x <= pi. The current behavior of ang

[Chicken-users] numbers egg - (angle y) feedback

2007-10-11 Thread Terrence Brannon
I tried to re-open the ticket on trac, but was told my submission was potential spam. The (angle) function does not coredump. But it gives a result of 0.0 for an argument of 2, which I do not think is correct. The same function in J gives -0.416147+0.909297i Here is a link to the J function,

Re: [Chicken-users] xml-rpc: typo in .setup

2007-10-11 Thread Mario Domenech Goulart
Hi Sven, On Thu, 11 Oct 2007 13:41:28 +0200 (CEST) [EMAIL PROTECTED] wrote: > Could anybody correct > xml-rpx.html > to > xml-rpc.html > in xml-rpc.setup? > > Otherwise the documentation will not be installed. Done. Best wishes, Mario ___ Chicken-u

Re: [Chicken-users] xml-rpc: typo in .setup

2007-10-11 Thread Sven . Hartrumpf
Thu, 11 Oct 2007 13:41:28 +0200 (CEST), Sven.Hartrumpf wrote: > Could anybody correct > xml-rpx.html > to > xml-rpc.html BTW: The second example in this file does not work for me: hello.scm starts correctly (using: csi -script hello.scm ), but the client crashes: > (require-extension xml-rpc-cl

[Chicken-users] xml-rpc: typo in .setup

2007-10-11 Thread Sven . Hartrumpf
Hi. Could anybody correct xml-rpx.html to xml-rpc.html in xml-rpc.setup? Otherwise the documentation will not be installed. Ciao Sven P.S. Is a similar interface available in other Scheme implementations? pgphU4D3ol0IW.pgp Description: PGP signature

[Chicken-users] array-lib : how to make a rank-1 array with no elements?

2007-10-11 Thread Terrence Brannon
I tried a few things, but couldnt get it to work (array '#() '(1)) ; Error: (array) wrong number of elements to construct array (make-array '#() '(1)) ; Error: (vector-ref) out of range ___ Chicken-users mailing list Chicken-users@nongnu.org http://li