[Chicken-users] tinyclos - how to copy an object?

2007-09-20 Thread Shawn Rutledge
Is there a generic way to copy an object already? (Make another instance with the same slots) Or is it necessary to write such a function using introspection? ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-20 Thread Jerry van Dijk
Change the url on the following page to http://galinha.ucpel.tche.br/The%20User%27s%20Manual; Yep. Figured that one out real quick :-) (defcustom quack-default-program csi At least on w32 make that csi -:c, otherwise the interpreter seems to hang. gr. Jerry. -- -- Jerry van Dijk --

[Chicken-users] stable version?

2007-09-20 Thread Dan Muresan
Hi all, what happened to the stable version download? The homepage now says to go to http://chicken.wiki.br/dev-snapshots/current; the dev-snapshots part doesn't provide the same assurance as a stable version... Is there a mailing list thread that I have missed? Best, Dan

[Chicken-users] (include) in (repl)

2007-09-20 Thread Dan Muresan
Hi, if I compile x.scm which contains simply (repl) with csc -v -R syntax-case -run-time-macros x.scm I get the following error during (repl) execution: $ ./x #; (require 'syntax-case) ; loading /opt/chicken-2.7/lib/chicken/2/syntax-case.so ... ; loading

Re: [Chicken-users] (include) in (repl)

2007-09-20 Thread Alex Queiroz
Hallo, On 9/20/07, Dan Muresan [EMAIL PROTECTED] wrote: Hi, if I compile x.scm which contains simply (repl) with csc -v -R syntax-case -run-time-macros x.scm I get the following error during (repl) execution: $ ./x #; (require 'syntax-case) ; loading

Re: [Chicken-users] stable version?

2007-09-20 Thread Mario Domenech Goulart
Hi Dan, On Thu, 20 Sep 2007 04:07:25 -0700 Dan Muresan [EMAIL PROTECTED] wrote: what happened to the stable version download? The homepage now says to go to http://chicken.wiki.br/dev-snapshots/current; the dev-snapshots part doesn't provide the same assurance as a stable version... Is

Re: [Chicken-users] tinyclos - how to copy an object?

2007-09-20 Thread Shawn Rutledge
On 9/20/07, Kon Lovett [EMAIL PROTECTED] wrote: On Sep 19, 2007, at 11:40 PM, Shawn Rutledge wrote: Is there a generic way to copy an object already? (Make another instance with the same slots) Or is it necessary to write such a function using introspection? (define copy-object