Re: [Chicken-users] New snapshot available

2005-08-25 Thread John.Cowan
felix winkelmann scripsit: > * `signum' is now exactness-preserving This is now true in the main system, but not in the numbers egg. -- John Cowan [EMAIL PROTECTED] www.reutershealth.com www.ccil.org/~cowan Rather than making ill-conceived suggestions for improvement based on uninformed gu

[Chicken-users] An oddity

2005-08-25 Thread Kon Lovett
Hi, Using chicken 2.106 & 2.107, running benchmarks: earley 0.001 Error: shell invocation failed with non-zero return status "../chicken earley.scm -quiet -no-warnings -heap-size 8m -output-file tmpfile.c -debug-level 0 -optimize-level 3 -block -disable-interrupts -lambda-lift

[Chicken-users] 'const' types not working in define-foreign-record

2005-08-25 Thread Daniel B. Faken
Hi, When I define a type like c-string, int, and others as 'const' (i.e. (const c-string), (const int), ..) their accessors give garbage output. Just wanted to note it.. maybe I'll have time to figure it out in a week or so. Just making them mutable for now.. thanks, Daniel __

Re: [Chicken-users] callbacks without having a C_toplevel()

2005-08-25 Thread Daniel B. Faken
On Thu, 25 Aug 2005, Daniel B. Faken wrote: > I'm switching from using my own version of CHICKEN_eval_string() > & friends to the builtin one, which is now a callback. > When I was using my own version, I defined it in the normal top-level > scheme file, and my eval-fn had access to all the un

[Chicken-users] callbacks without having a C_toplevel()

2005-08-25 Thread Daniel B. Faken
Hello, Felix - Thanks for redoing the FFI stuff! its much nicer :). Background: I'm switching from using my own version of CHICKEN_eval_string() & friends to the builtin one, which is now a callback. When I was using my own version, I defined it in the normal top-level scheme file, and m

Re: [Chicken-users] A few questions...

2005-08-25 Thread Benedikt Rosenau
On Wed, Aug 17, 2005 at 08:53:37AM +0200, felix winkelmann wrote: > Q3: What are you missing most desperately from Chicken, or better: > if there is one thing that you really want it to have, what would that be? I would like have an arity-function, i.e.: (define (bla fasel) ...) (arity bla) =