Re: [Chicken-users] How do I build chicken for the MIPS arch?

2013-02-08 Thread Christian Kellermann
* John Cowan co...@mercury.ccil.org [130207 21:30]: Peter Bex scripsit: That's not true. There's a C fallback which is used in case no assembly version is available. I was under the impression that that code had bit-rotted long ago. At any rate, none of the currently supported

[Chicken-users] [ANN] Official CHICKEN security policy

2013-02-08 Thread Peter Bex
Hello Schemers! Recently a few security vulnerabilities have been found and fixed in CHICKEN. In order to more effectively keep track of the state of our security, the CHICKEN Team has decided to adopt an official policy. As always, we've tried to keep things as simple and as informal as

Re: [Chicken-users] How do I build chicken for the MIPS arch?

2013-02-08 Thread Ivan Filgueiras
New attempt: mipsel-linux-uclibc-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ mipsel-linux-uclibc-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H

Re: [Chicken-users] How do I build chicken for the MIPS arch?

2013-02-08 Thread Mario Domenech Goulart
Hi Ivan, On Fri, 08 Feb 2013 13:01:32 -0200 Ivan Filgueiras ivan.re...@gmail.com wrote: New attempt: ... mipsel-linux-uclibc-gcc -L. chicken.o batch-driver.o compiler.o optimizer.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken \ -lchicken -Wl,-R.

Re: [Chicken-users] How do I build chicken for the MIPS arch?

2013-02-08 Thread Ivan Filgueiras
On Fri, 08 Feb 2013 14:10:52 -0200, Mario Domenech Goulart mario.goul...@gmail.com wrote: Hi Ivan, On Fri, 08 Feb 2013 13:01:32 -0200 Ivan Filgueiras ivan.re...@gmail.com wrote: New attempt: ... mipsel-linux-uclibc-gcc -L. chicken.o batch-driver.o compiler.o optimizer.o

[Chicken-users] ICFP 2013: Call for papers

2013-02-08 Thread David Van Horn
= 18th ACM SIGPLAN International Conference on Functional Programming ICFP 2013 Boston, MA, USA, 25-27 September 2013 http://www.icfpconference.org/icfp2013

Re: [Chicken-users] Question about embedding Chicken scheme

2013-02-08 Thread Felix
From: Felix fe...@call-with-current-continuation.org Subject: Re: [Chicken-users] Question about embedding Chicken scheme Date: Tue, 22 Jan 2013 21:59:53 +0100 (CET) From: Julian Day jcd...@mail.usask.ca Subject: Re: [Chicken-users] Question about embedding Chicken scheme Date: Mon, 21 Jan

[Chicken-users] A couple of questions

2013-02-08 Thread Jörg F . Wittenberger
# Askemos – What is it? I keep receiving positive comments to Askemos/BALL-related code posted to Chicken lists. (Some examples below.) However people seem almost scared to use it for their own good. This code base became what I'd call a swiss-army knife to **simplify** tasks like backup,