Re: [Chicken-users] Alex Shinn, Kon Lovett: list of eggs needing new releases

2012-10-06 Thread Mario Domenech Goulart
Hi, On Sat, 6 Oct 2012 16:24:22 -0600 Alan Post wrote: > Based on recently deprecated functions in core, the following eggs > need new releases: > > condition-utils: patch to trunk attached. > lookup-table:patch to trunk attached. > srfi-41: 1.2.2 no longer works, but trunk has

Re: [Chicken-users] Pipe and thread problem

2012-10-24 Thread Mario Domenech Goulart
Hi Felix, On Wed, 24 Oct 2012 08:04:37 -0400 (EDT) Felix wrote: > From: Aaron Patterson > Subject: [Chicken-users] Pipe and thread problem > Date: Tue, 23 Oct 2012 14:30:57 -0700 > >> Hi, I'm trying to simulate reading from a TTY that writes every two >> seconds. I want to do this with a pipe

[Chicken-users] uri-generic on Ubuntu 11.04 x86, gcc 4.5.2

2012-10-25 Thread Mario Domenech Goulart
Hi, For the record: Today I tried to install uri-generic with Chicken 4.8.0 on a freshly installed Ubuntu 11.04, on a x86 hardware. When compiling uri-generic.scm, chicken (the program) died with a segfault. So I built Chicken with DEBUGBUILD=1 and could not reproduce the problem. Then I built

Re: [Chicken-users] uri-generic on Ubuntu 11.04 x86, gcc 4.5.2

2012-10-28 Thread Mario Domenech Goulart
Hi Ivan, On Mon, 29 Oct 2012 11:40:37 +0900 Ivan Raikov wrote: > uri-generic seems ok on x86_64 running under Debian testing and > compiled with gcc 4.7.1. > I will try it out later on Mint Linux, which is an Ubuntu derivative, I > believe. Thanks. I'm quite sure it is some issue likely t

Re: [Chicken-users] Is there any documentation about SXpath available?

2012-10-29 Thread Mario Domenech Goulart
Hi Felix, On Mon, 29 Oct 2012 14:28:06 +0100 (CET) Felix wrote: > I'm trying to find some information about SXPath query expression > syntax. Kirill Lisovsky's pages don't seem to be available anymore, so > can someone give me a hint where to look for some documentation? Maybe http://www.metap

Re: [Chicken-users] Chicken Scheme for mobile devices?

2012-11-15 Thread Mario Domenech Goulart
Hi Arne, On Thu, 15 Nov 2012 15:11:01 +0100 Arne Eilermann wrote: > first of all I'd like to introduce myself, because this is my first > posting on this list and it's kinda not mine at all. :-) Welcome! > The last years ruby was my everyday programming language and it still > is. But my new

[Chicken-users] [ANN] meta-chicken layer for OpenEmbedded

2012-11-30 Thread Mario Domenech Goulart
Hi, Here where I work (O.S. Systems -- http://www.ossystems.com.br) we use OpenEmbedded (http://http://www.openembedded.org), which is, roughly speaking, a framework for cross-compiling Linux software. We have been using it to cross compile Chicken and some eggs. Some days ago we have updated the

Re: [Chicken-users] Chicken 4.8.0 tests segfault on OpenBSD 5.2 AMD64

2012-12-05 Thread Mario Domenech Goulart
Hi John, On Wed, 5 Dec 2012 17:23:09 + John Long wrote: > Hi guys. This is weird because I had no problem building Chicken 4.8.0 on > OpenBSD MIPS recently. I am getting a segfault (core dumped) in the make > check. It seems to be dying pretty far along in the tests. It's 5,000 lines > of ou

Re: [Chicken-users] New Egg: Tween

2013-01-12 Thread Mario Domenech Goulart
Hi Daniel, On Sat, 12 Jan 2013 16:56:08 -0800 Daniel Leslie wrote: > I've just finished up the first version of my Tween egg. It provides > a (loose) port of Tween.js for Scheme. The functionality that tracked > tween state is not present, as I felt that's better left to the > client of the API

Re: [Chicken-users] [patch] remove the initial check on directory existance

2013-02-02 Thread Mario Domenech Goulart
Hi, On Sat, 2 Feb 2013 16:54:19 +0100 Peter Bex wrote: > On Sun, Feb 03, 2013 at 02:20:59AM +1100, richo wrote: >> This patch removes the internal check for directory existance in >> create-directory, meaning that it can be treated as atomic on platforms >> where mkdir(2) is. > > This makes it

[Chicken-users] [ANN] Chicken 4.8.0.1 on the meta-chicken layer for OpenEmbedded

2013-02-05 Thread Mario Domenech Goulart
Hi, Chicken has been updated on the meta-chicken layer (https://github.com/OSSystems/meta-chicken/) to version 4.8.0.1. Best wishes. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/

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

2013-02-07 Thread Mario Domenech Goulart
Hi Ivan, On Thu, 7 Feb 2013 17:45:31 -0200 Ivan Reche wrote: > I've tried to achieve it like the following: > > C_COMPILER=mipsel-linux-uclibc-gcc make PLATFORM=linux > > The compiler is from my MIPS toolchain and can be found through the > PATH. It fails with this error: > > mipsel-linux-uclibc

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

2013-02-07 Thread Mario Domenech Goulart
On Thu, 07 Feb 2013 17:52:32 -0200 "Ivan Filgueiras" wrote: > On Thu, 07 Feb 2013 17:35:07 -0200, Mario Domenech Goulart > wrote: >> Are you compiling chicken on the MIPS hardware or you are trying to >> cross-compile it? > > Sorry about the lack of that inf

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" 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"." -lm -ldl >

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

2013-02-10 Thread Mario Domenech Goulart
Hi Ivan, On Fri, 08 Feb 2013 15:58:42 -0200 "Ivan Filgueiras" wrote: > On Fri, 08 Feb 2013 14:10:52 -0200, Mario Domenech Goulart > wrote: > >> On Fri, 08 Feb 2013 13:01:32 -0200 "Ivan Filgueiras"> >> wrote: >> >>> New attempt:

Re: [Chicken-users] Wish list

2013-02-10 Thread Mario Domenech Goulart
Hi Aleksej, On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > I have talked to a user, and he reminded me of my past experience of > using Chicken in production environment around four years ago. While > many things improved since then, there're still some I'd like to have. > > 1. Dist

Re: [Chicken-users] Wish list

2013-02-11 Thread Mario Domenech Goulart
Hi, On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > I have talked to a user, and he reminded me of my past experience of > using Chicken in production environment around four years ago. While > many things improved since then, there're still some I'd like to have. > > 1. Distribute e

Re: [Chicken-users] Wish list

2013-02-13 Thread Mario Domenech Goulart
On Wed, 13 Feb 2013 16:18:31 -0300 Stephen Eilert wrote: > My opinion is that the default repository should live under the > current user's home directory (.chicken ?), so that no super-user > permissions are necessary for installing eggs on development > machines. Deployment setups could use a s

Re: [Chicken-users] Wish list

2013-02-13 Thread Mario Domenech Goulart
Hi, On Mon, 11 Feb 2013 08:09:33 -0500 Mario Domenech Goulart wrote: > On Sun, 10 Feb 2013 22:36:41 +0400 Aleksej Saushev wrote: > >> I have talked to a user, and he reminded me of my past experience of >> using Chicken in production environment around four years ago. Wh

Re: [Chicken-users] new eggs

2013-02-17 Thread Mario Domenech Goulart
Hi Andrei, On Sat, 16 Feb 2013 09:26:49 -0500 Andrei Barbu wrote: > I've got a bunch of eggs that are ready to go. > > > These have documentation and are meant as end-user libraries: > > nondeterminism - carry out nondeterministic computations with a more > flexible interface than the amb egg >

Re: [Chicken-users] new eggs

2013-02-19 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 18 Feb 2013 17:20:47 -0500 Andrei Barbu wrote: > On Sun, Feb 17, 2013 at 9:07 AM, Mario Domenech Goulart > wrote: >> >> Amazing! Thank you. I've added them to the coop. They'll be available >> for chicken-install in some minutes.

Re: [Chicken-users] New string manipulation module

2013-02-20 Thread Mario Domenech Goulart
Hi Nicholas, On Wed, 20 Feb 2013 12:36:22 -0500 Nicholas Van Horn wrote: > I'm new to Chicken (and scheme for that matter), but I'm eager to > contribute. I've been working on several text processing projects for > which I've ported an Emacs-lisp string manipulation library to > Chicken. > > Th

Re: [Chicken-users] New string manipulation module

2013-02-20 Thread Mario Domenech Goulart
Hi, On Wed, 20 Feb 2013 14:46:20 -0600 Jim Ursetto wrote: > I think it sounds good as an official egg; although there's a lot of > overlap with SRFI-13 it's not bad to have another API. > > The main thing I'd suggest if making it official is that, as a port > of the s library, to name it somethi

Re: [Chicken-users] documenting eggs

2013-02-21 Thread Mario Domenech Goulart
Hi Hugo, On Thu, 21 Feb 2013 15:52:24 -0300 Hugo Arregui wrote: > some questions regarding egg docs: > > 1) I understand that the egg doc should be added to the wiki, but I > suppose that it should respect a particular format to be compatible > with chickadee, I'm right? where I can found it? I

Re: [Chicken-users] New string manipulation module

2013-02-21 Thread Mario Domenech Goulart
On 21 Feb 2013 20:50:16 +0100 Jörg F. Wittenberger wrote: > On Feb 20 2013, Mario Domenech Goulart wrote: > >>> "join-strings", and "string-match" or "match-string". Another is to >>> keep the s- prefix, which is a natural grouping. Or y

Re: [Chicken-users] Rational numbers not working as expected

2013-03-06 Thread Mario Domenech Goulart
Hi Nick, On Wed, 6 Mar 2013 13:58:48 -1000 Nick Vaughn wrote: > I'm having fun learning scheme using chicken.   Looking at the > manual, I see that there is deviation from the R5RS standard in > that numerator and denominator procedures cannot be applied to > inexact numbers.  But I can't figure

Re: [Chicken-users] [chicken-users] Access to wiki

2013-03-08 Thread Mario Domenech Goulart
Hi John, On Fri, 08 Mar 2013 12:25:52 + John Sampson wrote: > It is possible to reach the home page of the wiki using a web browser, > but linking to subordinate pages results in a 'connection reset' error > (on Firefox). Can you provide a real example of how to reproduce the problem? Best

[Chicken-users] Problem affecting DNS for call-cc.org domains

2013-03-21 Thread Mario Domenech Goulart
Hi, We are facing hardware problems with the DNS server which resolves call-cc.org domains. It is going through an emergency procedure to try to recover it. The call-cc.org server is up, but unreachable via requests by name. If everything goes fine, it should be back in a couple of hours. Sorr

Re: [Chicken-users] Problem affecting DNS for call-cc.org domains

2013-03-21 Thread Mario Domenech Goulart
Hi, On Fri, Mar 22, 2013 at 2:07 AM, Mario Domenech Goulart wrote: > We are facing hardware problems with the DNS server which resolves > call-cc.org domains. It is going through an emergency procedure to > try to recover it. The call-cc.org server is up, but unreachable via >

Re: [Chicken-users] Unit testing of non-exported procedures

2013-03-27 Thread Mario Domenech Goulart
Hi Matt, On Wed, 27 Mar 2013 17:02:39 -0600 Matt Gushee wrote: > I am writing a test suite for an egg I am developing, using the 'test' > egg. So far I've written 17 tests with various supporting data, for a > total of 274 lines of code ... I estimate that is about 10-20% of what > I need for th

Re: [Chicken-users] mpi egg - MPI:init error

2013-03-28 Thread Mario Domenech Goulart
Thanks, Arthur. I've installed that package on the salmonella system. Best wishes. Mario On Thu, 28 Mar 2013 22:09:39 -0300 Arthur Maciel wrote: > Installing openmpi-bin fixed the problem. Maybe that will work for > salmonella too. > > Best wishes, > Arthur > > 2013/3/28 Arthur Maciel > >

Re: [Chicken-users] Civet egg ready for release

2013-04-03 Thread Mario Domenech Goulart
On Wed, 3 Apr 2013 10:04:39 -0600 Matt Gushee wrote: > I am pleased to announce that my 'civet' template engine is now ready > for release as an egg. Would Mario or someone be kind enough to add it > to the directory? The release-info file is at: > > https://raw.github.com/mgushee/civet/master/ci

Re: [Chicken-users] Civet egg ready for release

2013-04-03 Thread Mario Domenech Goulart
Hi Matt, On Wed, 3 Apr 2013 12:25:11 -0600 Matt Gushee wrote: > Thanks, Mario! However, there seems to be something wrong. I tried > 'chicken-install civet', and get an error saying there is no .meta > file. There certainly is one, but somehow it is not being recognized. > When I try 'chicken-in

Re: [Chicken-users] More informative names to srfi units - request from a long-term neophyte

2013-04-09 Thread Mario Domenech Goulart
Hi John, On Tue, 9 Apr 2013 10:22:34 -0400 John Cowan wrote: > In R7RS, everything is self-evaluating except symbols and lists. > Very simple and easy to remember. Yet people complain. And pairs? Mario -- http://parenteses.org/mario ___ Chicken-us

Re: [Chicken-users] [Q] Why this simple code does not run?

2013-04-09 Thread Mario Domenech Goulart
Hi, On Wed, 10 Apr 2013 11:26:35 +0900 Sungjin Chun wrote: > (sort '(1 2 3 4 5 6 7 8 9) >) > > I can run this code in the interpreter env. and I can even compile > this using chicken scheme compiler, however if I run the result > binary, > it emits following error message; > > Error: unbound var

[Chicken-users] [ANN] Awful mailing list

2013-04-15 Thread Mario Domenech Goulart
Hi, A mailing list specific for discussions about awful (http://wiki.call-cc.org/egg/awful) has been created. It's hosted on librelist.com. To subscribe, just send a message to aw...@librelist.com. Your first message will only serve for subscription purposes and will not hit the actual mailing

Re: [Chicken-users] new egg: glm

2013-04-15 Thread Mario Domenech Goulart
Hi Kristian, On Mon, 15 Apr 2013 23:24:25 +0200 Kristian Lein-Mathisen wrote: > I'll license it with whatever fits the Chicken model and community. > Is that BSD perhaps? Yes. Best wishes. Mario -- http://parenteses.org/mario ___ Chicken-users mai

Re: [Chicken-users] new egg: glm

2013-04-17 Thread Mario Domenech Goulart
On Wed, 17 Apr 2013 14:21:22 +0200 Kristian Lein-Mathisen wrote: > I decided to use a MIT license like Dan suggested. It's what GLM > uses, and it will probably make life easier if at some point we want > to embed the GLM sources into this egg (GLM is a header-only > implementation). > > It shou

Re: [Chicken-users] z3 egg failing to install

2013-04-30 Thread Mario Domenech Goulart
Hi Thomas, On Tue, 30 Apr 2013 12:03:36 -0700 Thomas Hintz wrote: > I'm trying to install the z3 egg and it is failing. Does it actually > depend on the z3lib? Does it have some other system dependency? (I > haven't been able to get the z3lib installed either but mostly because > I can't find an

Re: [Chicken-users] z3 egg failing to install

2013-04-30 Thread Mario Domenech Goulart
On Tue, 30 Apr 2013 13:23:36 -0700 Thomas Hintz wrote: > On Tue, Apr 30, 2013 at 12:13 PM, Mario Domenech Goulart > wrote: >> >> On Tue, 30 Apr 2013 12:03:36 -0700 Thomas Hintz wrote: >> >>> I'm trying to install the z3 egg and it is failing. Does it act

[Chicken-users] Behind the Scenes with CHICKEN Scheme (Part 1)

2013-05-02 Thread Mario Domenech Goulart
Hi, An interview with Felix Winkelmann, the author of CHICKEN: http://spin.atomicobject.com/2013/05/02/chicken-scheme-part-1/ Best wishes. Mario -- http://parenteses.org/mario ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongn

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread Mario Domenech Goulart
Hi John, On Tue, 28 May 2013 14:11:41 + John Long wrote: > On the latest stable 4.8.0.3: > > Is chicken supported on 32 bit Linux systems? Yes. > The make and make install went fine but make check blew up early. What is the error you get? > Looking over the mailing list archives somebody

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread Mario Domenech Goulart
On Tue, 28 May 2013 10:15:21 -0400 John Cowan wrote: > John Long scripsit: > >> Is chicken supported on 32 bit Linux systems? > > Yes, it definitely is. The problem is that we don't have a proper build > farm with sufficiently diverse machines, so support tends to crumble at > awkward moments.

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread Mario Domenech Goulart
Hey John On Tue, 28 May 2013 14:25:09 + John Long wrote: > Warning: in local unknown procedure, > in local unknown procedure, > in toplevel unknown procedure: > (library-tests.scm:168) in procedure call to `max', expected argument #1 of > type `number', but was given an argument of ty

Re: [Chicken-users] SPRING THING 2013 has ended.

2013-05-30 Thread Mario Domenech Goulart
On Thu, 30 May 2013 14:43:47 +0100 Andy Bennett wrote: >>> CHICKEN U.S. San Francisco? :-) >> >> Seriously though I would be glad to organize a San Fransisco CHICKEN >> if a few people are interested. > > There's nothing like a bit of gamification to encourage things so I've > taken the liberty

Re: [Chicken-users] help :)

2013-06-05 Thread Mario Domenech Goulart
Hi, On Wed, 5 Jun 2013 16:07:56 +0200 nehal singhal wrote: >I am a newbie to chicken.Can i get some aid as to how to start > coding through chicken. I was recently learning racket and also have > know-how of Python-2.6. >Please guide a little. Welcome. There's the "Getting started" ch

Re: [Chicken-users] Behind the Scenes with CHICKEN Scheme (Part 1)

2013-06-19 Thread Mario Domenech Goulart
On Thu, 02 May 2013 13:57:58 + Mario Domenech Goulart wrote: > An interview with Felix Winkelmann, the author of CHICKEN: > http://spin.atomicobject.com/2013/05/02/chicken-scheme-part-1/ Here's part 2: http://spin.atomicobject.com/2013/06/19/chicken-scheme-spock-part-2/ Best wi

Re: [Chicken-users] bugs can be corrected live

2013-06-19 Thread Mario Domenech Goulart
Hi On Wed, 19 Jun 2013 22:25:29 +0200 (CEST) Felix wrote: > From: "Daniel Ajoy" > Subject: [Chicken-users] bugs can be corrected live > Date: Tue, 18 Jun 2013 23:48:37 -0500 >> >> Here >> >> http://wiki.call-cc.org/elevator-pitch >> >> it says this: >> >> "An excellent maintenance environme

Re: [Chicken-users] [Chicken-hackers] and-let* syntax too permissive?

2013-06-30 Thread Mario Domenech Goulart
On Sun, 30 Jun 2013 15:11:26 +0200 Peter Bex wrote: > On Sun, Jun 30, 2013 at 03:10:59PM +0200, Peter Bex wrote: >> On Mon, Jun 24, 2013 at 11:34:02AM +0200, Michele La Monaca wrote: >> > I think it's dangerous to leave it as it is. For example: >> > >> > #;3> (and-let* (((or #f #t))) 1);; c

Re: [Chicken-users] with-output-to-file broken in 4.8.0.3

2013-07-02 Thread Mario Domenech Goulart
On Tue, 02 Jul 2013 21:56:01 +0400 Aleksej Saushev wrote: > $ csi > > CHICKEN > (c) 2008-2013, The Chicken Team > (c) 2000-2007, Felix L. Winkelmann > Version 4.8.0.3 (stability/4.8.0) (rev 091c3d9) > netbsd-unix-gnu-x86 [ manyargs dload ptables ] > compiled 2013-03-12 on aeryn.xorinia.dim (Darwi

Re: [Chicken-users] Segmentation fault

2013-07-08 Thread Mario Domenech Goulart
Hi Frank, On Mon, 8 Jul 2013 18:51:59 -0400 Frank wrote: > Of course. ;-) Here are the links: > http://paste.call-cc.org/paste?id=2559393a36aeda589fa22510a8d28839a8450e26 > and > http://paste.call-cc.org/paste?id=98b0d22cdfb9f773e056be1d6575b9896a1d0808 Can't you just include shuffle into exerc

Re: [Chicken-users] Segmentation fault

2013-07-09 Thread Mario Domenech Goulart
f this diagnostic. As a guess does it mean a Chicken > library is missing? > > On Monday, July 8, 2013, Mario Domenech Goulart wrote: > > Hi Frank, > > On Mon, 8 Jul 2013 18:51:59 -0400 Frank > wrote: > > > Of cour

Re: [Chicken-users] Exact flownums not properly displayed in mingw

2013-07-09 Thread Mario Domenech Goulart
Hi Felix and folks, On Tue, 09 Jul 2013 22:11:28 +0200 (CEST) Felix wrote: > From: Michele La Monaca > Subject: Re: [Chicken-users] Exact flownums not properly displayed in mingw > Date: Tue, 9 Jul 2013 19:12:58 +0200 > >> On Tue, Jul 9, 2013 at 6:31 PM, Jim Ursetto wrote: >>> If you're reall

Re: [Chicken-users] Chicken Scheme Hacking Meetup Event US SF 2013

2013-07-12 Thread Mario Domenech Goulart
Hi Thomas, On Mon, 24 Jun 2013 11:28:15 -0700 Thomas Hintz wrote: > We will be doing the chicken hacking event in San Francisco the > weekend of September 13th-15th. I look forward to seeing everyone! Now > that we have the dates I'll work on nailing down the other details. It would be nice to

Re: [Chicken-users] Chicken Scheme Hacking Meetup Event US SF 2013

2013-07-12 Thread Mario Domenech Goulart
On Fri, 12 Jul 2013 07:46:32 -0700 Thomas Hintz wrote: > On Fri, Jul 12, 2013 at 6:59 AM, Mario Domenech Goulart > wrote: > >> On Mon, 24 Jun 2013 11:28:15 -0700 Thomas Hintz wrote: >> >>> We will be doing the chicken hacking event in San Francisco the >>

Re: [Chicken-users] Requesting subversion access

2013-07-14 Thread Mario Domenech Goulart
Hi Tim, On Sat, 13 Jul 2013 14:58:29 +0200 Tim van der Linden wrote: > I finished up an early version of my egg and, as stated in the > "releasing-your-egg" manual, I should ask somebody here for access to > SVN so I can add it :) We have a a special file (egg-locations) which contains a list o

Re: [Chicken-users] Requesting subversion access

2013-07-14 Thread Mario Domenech Goulart
On Sun, 14 Jul 2013 12:26:18 -0700 (PDT) Estevo wrote: > I'm in a similar situation. I just completed version 0.1 of the > hexgrid module, to work with hexagonal grids like those in old-school > wargames. > > You can check it out at > > https://github.com/euccastro/hexgrid > > Where tests/run.scm

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu wrote: > Small typo. > >> https://github.com/abarbu/matlab > > Should say > > https://github.com/abarbu/matlab-chicken The .meta's `depend' should contain eggs only, but matlab.meta's contain some CHICKEN core units: srfi-1 and lole

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Felix, On Mon, 29 Jul 2013 17:24:29 +0200 (CEST) Felix wrote: > From: Mario Domenech Goulart > Subject: Re: [Chicken-users] new eggs > Date: Mon, 29 Jul 2013 14:49:48 + > >> On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu wrote: >> >>> Small typo

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 11:39:46 -0400 Andrei Barbu wrote: >>> https://github.com/abarbu/matlab-chicken >> >> The .meta's `depend' should contain eggs only, but matlab.meta's contain >> some CHICKEN core units: srfi-1 and lolevel. > > Fixed. Thanks! Thank you, Andrei. I noticed matlab.setup calls s

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:07 -0400 Andrei Barbu wrote: > I've got a bunch of eggs that are ready to go. > > image-processing - Lots of utilities for image processing: color space > conversion, a scheme-based image format for binary, greyscale, and > color images, logical and morpholog

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu wrote: > Small typo. > >> https://github.com/abarbu/matlab > > Should say > > https://github.com/abarbu/matlab-chicken The .release-info file also has to be modified. You need "{egg-name}-chicken" where you have "{egg-name}". Best

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 19:17:19 -0400 Andrei Barbu wrote: >> I noticed image-processing fails here with >> >> Warning: reference to possibly unbound identifier `submatrix' >> >> Warning: reference to possibly unbound identifier `exact-round' in: >> Warning:adjust >> Warning:rgb->uv-h

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 20:14:41 -0400 Andrei Barbu wrote: >> Thanks, Andrei. I've added qobischeme-ui, ffmpeg-video and >> image-processing to the coop. >> >> I haven't added matlab because of that issue with the .release-info file >> (henrietta-cache wouldn't find the egg source code). Let me kno

Re: [Chicken-users] parley improvements

2013-08-06 Thread Mario Domenech Goulart
Hi Christian, On Tue, 6 Aug 2013 15:10:44 +0200 Christian Kellermann wrote: > This is a public service announcement for the parley egg: > > I will commence working on long outstanding bugs inthe parley module. > To make things nice for everyone I would appreciate it if you could > send me repor

Re: [Chicken-users] New post(s) about CHICKEN

2013-08-23 Thread Mario Domenech Goulart
Hey Tim! On Fri, 23 Aug 2013 19:25:05 +0200 Tim van der Linden wrote: > I just though it would be nice to do some shameless self promotion and > let you guys and gals know I have just released the first chapter > about CHICKEN on my blog over at shisaa.jp. > > It will span around three chapters

Re: [Chicken-users] Problem with installing spock egg on Ubuntu 12.04

2013-09-02 Thread Mario Domenech Goulart
Hi, On Mon, 2 Sep 2013 14:17:17 +0200 Panicz Maciej Godek wrote: > I've been trying to install the spock scheme to javascript > compiler from chicken repository on ubuntu 12.04 using > the following command. > However, the > $ sudo chicken-install spock > command fails with the following error

Re: [Chicken-users] ANN: civet 0.3.0 released

2013-09-09 Thread Mario Domenech Goulart
Hi Matt, On Sun, 8 Sep 2013 19:35:35 -0600 Matt Gushee wrote: > I am pleased to announce the release of version 0.3.0 of the civet > egg. This version has several bug fixes and a couple of interesting > new features (see below for description). Also, Mario: I would like to > change the category

Re: [Chicken-users] tk and pstk eggs

2013-09-17 Thread Mario Domenech Goulart
Hi Jeronimo, On Tue, 17 Sep 2013 17:51:08 -0300 "Jeronimo Pellegrini" wrote: > I am trying to create a simple GUI for a Chicken program, but I don't think > I understood how the tk and pstk eggs work -- I tried both. > > With tk, I have tried the tutorial in the documentation (the Hello World >

Re: [Chicken-users] We are looking for projects

2013-09-19 Thread Mario Domenech Goulart
Hi Felix On Tue, 17 Sep 2013 10:43:00 +0200 (CEST) Felix Winkelmann wrote: > As some of you already know, I'm currently working for bevuta IT GmbH, > a software-development company located in Cologne, Germany. It is the > first time that I have been able to create software on a professional > b

Re: [Chicken-users] how to speed up my text filter?

2013-09-25 Thread Mario Domenech Goulart
Hi, On Wed, 25 Sep 2013 12:17:49 -0400 Xin Zheng wrote: > I cannot find "for-each-line" in utils unit of 4.8.04. I am guessing > it's removed from the new release? Indeed. It was deprecated in 4.2.0 and removed in 4.4.0 (long time ago). Best wishes. Mario -- http://parenteses.org/mario

Re: [Chicken-users] Cross compiling with Chicken

2013-10-20 Thread Mario Domenech Goulart
On Sun, 20 Oct 2013 18:52:47 +0300 Răzvan Rotaru wrote: > Is there a possibility to cross compile with chicken for another > platform? If yes, how? My scenario is following: > > I have a chicken app developed on a x86 system, and would like to > compile it for another platform, say MIPS. Now, I

Re: [Chicken-users] Working with ports

2013-10-21 Thread Mario Domenech Goulart
Hi, On Mon, 21 Oct 2013 23:13:03 +0400 Loïc Faure-Lacroix wrote: > Being new to scheme, I hardly understand in what are ports superior > than having a file handle and accessing files using a file descriptor. > > In chicken, there is the posix unit that warps usual functions to work > with files.

Re: [Chicken-users] 4.8.0.5 "compiled ... on" message not quite correct

2013-10-30 Thread Mario Domenech Goulart
Hi Matt, On Wed, 30 Oct 2013 08:57:26 -0700 Matt Welland wrote: > When I compiled 4.8.0.5 from the tar this morning I get a curious > message on starting csi: > >> csi > > CHICKEN > (c) 2008-2013, The Chicken Team > (c) 2000-2007, Felix L. Winkelmann > Version 4.8.0.5 (stability/4.8.0) (rev 5bd5

Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-08 Thread Mario Domenech Goulart
On Fri, 8 Nov 2013 17:16:11 +0100 Peter Bex wrote: > On Fri, Nov 08, 2013 at 08:09:35AM -0800, Thomas Hintz wrote: >> I use CHICKEN a lot for my own webapps and the main problem I've found >> in using older versions of CHICKEN is in using eggs. You may want to >> be very careful to keep the sourc

Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-09 Thread Mario Domenech Goulart
Hi, On Fri, 08 Nov 2013 17:57:46 + Mario Domenech Goulart wrote: > On Fri, 8 Nov 2013 17:16:11 +0100 Peter Bex wrote: > >> On Fri, Nov 08, 2013 at 08:09:35AM -0800, Thomas Hintz wrote: >>> I use CHICKEN a lot for my own webapps and the main problem I've found &

Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-10 Thread Mario Domenech Goulart
Hi John, On Sat, 9 Nov 2013 18:52:47 -0500 John Cowan wrote: > Mario Domenech Goulart scripsit: > >> egg-pack-sources will detect version mismatches in case we specify a >> version that doesn't match the versions required by requested eggs or >> dependencies

Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-10 Thread Mario Domenech Goulart
Hi John, On Sun, 10 Nov 2013 16:27:22 -0500 John Cowan wrote: > Mario Domenech Goulart scripsit: > >> If the user specified he/she wants intarweb 0.9, it makes little sense >> to me fetching version 1.0. If egg-pack-sources were to guess >> combinations of versions tha

Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h

2013-11-26 Thread Mario Domenech Goulart
Hi, On Tue, 26 Nov 2013 18:55:48 +0100 m...@freeshell.de wrote: > the chicken-install installation process of http-client came to an abrupt > end when the egg dependency openssl (1.6.4) was about to get installed. > > Exerpt: > > "C:\Chicken\bin\csi" -bnq -setup-mode -e "require-library setup.ap

Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h

2013-11-26 Thread Mario Domenech Goulart
On Tue, 26 Nov 2013 19:39:47 +0100 m...@freeshell.de wrote: >> Do you have openssl/rand.h on your system? > > No, I do not have it on my system. That explains the error, I guess. > > Think about it - rand.h seems to be a pretty basic header file, my bet would > be on some kind of random number ge

Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h

2013-11-26 Thread Mario Domenech Goulart
Hi, On Wed, 27 Nov 2013 01:25:34 +0100 m...@freeshell.de wrote: >> I'm not sure I understand your question. >> >> If you are talking about setting CSC_OPTIONS at each chicken-install >> invocation, that's usually not necessary. If you really need to tweak >> it, you can set it in your shell (ma

Re: [Chicken-users] Problem: Chicken-install OpenSSL / rand.h

2013-11-27 Thread Mario Domenech Goulart
Hi, On Wed, 27 Nov 2013 13:21:53 +0100 m...@freeshell.de wrote: > guess I need to install openssl. Right now I thought that I only need to > have the source files on the hard drive. Right, you need openssl installed. > source: https://github.com/simio/teve > > P: chicken-install fails to bui

Re: [Chicken-users] Nevermind--Re: Problem with read-line

2013-12-05 Thread Mario Domenech Goulart
Hi Dan, On Thu, 05 Dec 2013 17:50:43 -0500 Dan Wilckens wrote: > On 12/4/2013 7:01 PM, Dan Wilckens wrote: >> >> I built Chicken 4.8.0.5 from source on the mingw-msys platform >> (under windows vista). After attempting to port and debug a program >> I wrote originally for Gambit scheme it seems

Re: [Chicken-users] cross-compiling eggs using feature-test

2014-01-14 Thread Mario Domenech Goulart
Hi Kristian, On Tue, 14 Jan 2014 17:30:04 +0100 Kristian Lein-Mathisen wrote: > I'm having some trouble compiling the socket egg with my CHICKEN > cross-compiler. I have a cross-compiler that compiles my eggs for my > host architecture (x86) and then my target (android): > > [user ~]$ aosp-chic

Re: [Chicken-users] [Chicken-hackers] Patch for FreeBSD link error

2014-01-19 Thread Mario Domenech Goulart
Hi, On Fri, 17 Jan 2014 16:47:18 +1300 Evan Hanson wrote: > (Patch CC'd to -hackers.) > > On 2014-01-05 15:45, J Altfas wrote: >> That message looked awfully familiar! Sure enough, the issue had >> been discussed in this list in Feb 2013. At the time jcowan >> suggested there was a bug in cl

Re: [Chicken-users] Chicken Spring Gathering in Norway

2014-01-30 Thread Mario Domenech Goulart
On Thu, 30 Jan 2014 17:05:25 +0100 Kristian Lein-Mathisen wrote: > It's my pleasure to announce that we've decided to host a Chicken > gathering in Norway for this coming spring. Hopefully we can find > suitable dates so that lots of people can come! Let's give doodle a > spin around the month o

Re: [Chicken-users] chicken-iup - progressing nicely but have problem with canvas-draw

2014-02-03 Thread Mario Domenech Goulart
Hi, On Mon, 3 Feb 2014 13:58:31 -0200 Stephen Eilert wrote: > I think the issue is that Chicken for the moment does not seem to > enjoy much popularity on Windows. Having an installer could help > mitigate some of that, but I am not sure it's the only requirement. I don't know. Unless the inst

Re: [Chicken-users] chicken-iup - progressing nicely but have problem with canvas-draw

2014-02-04 Thread Mario Domenech Goulart
On Tue, 04 Feb 2014 23:54:17 +0400 Oleg Kolosov wrote: > On 02/04/14 19:13, John Cowan wrote: >> What do you think of my idea of dropping even GNU make for MSVC support >> and just compiling everything with a batch file? One thing I note is >> that MSVC's C compiler is C89 only; do we have depe

Re: [Chicken-users] Wiki design

2014-02-13 Thread Mario Domenech Goulart
Hi, On Thu, 13 Feb 2014 21:16:11 +0100 Peter Bex wrote: > On Thu, Feb 13, 2014 at 06:10:15PM -0200, Arthur Maciel wrote: >> Peter, thanks! >> >> Who is responsible for commiting the new CSS and changing how the wiki >> generates HTML? (we need minor HTML changes too - not only CSS). > > Do we r

Re: [Chicken-users] Wiki design

2014-02-13 Thread Mario Domenech Goulart
On Thu, 13 Feb 2014 18:26:49 -0200 Arthur Maciel wrote: > Mario, is there some Salmonella 'best' sample page I should take a > look at? Maybe in two weeks I could try to fit the CSS and avoid some > problems. Recently there have not been changes in the salmonella reports/diffs layout. You can

Re: [Chicken-users] Wiki design

2014-02-14 Thread Mario Domenech Goulart
On Fri, 14 Feb 2014 12:25:34 +0100 Christian Kellermann wrote: > * Mario Domenech Goulart [140213 21:40]: >> On Thu, 13 Feb 2014 18:26:49 -0200 Arthur Maciel >> wrote: >> >> > Mario, is there some Salmonella 'best' sample page I should take a >>

Re: [Chicken-users] chicken 4.8.3 on MinGW

2014-04-03 Thread Mario Domenech Goulart
Hi Claude, On Thu, 3 Apr 2014 19:04:49 -0400 (EDT) Claude Marinier wrote: > On Thu, 3 Apr 2014, Peter Bex wrote: >> On Wed, Apr 02, 2014 at 11:08:35PM -0400, Claude Marinier wrote: >>> >>> I am happily using Chicken Scheme 4.8.3 on MS Windows 7 and Vista. The >>> key is reading the README file

Re: [Chicken-users] [ANN] New egg: glfw3

2014-04-03 Thread Mario Domenech Goulart
Hi Alex, On Thu, 03 Apr 2014 10:59:19 -0400 Alex Charlton wrote: > I’ve created an egg that provides bindings to version 3 of the GLFW > library (which handles OpenGL contexts, windows and events), which can > be found here: > > https://github.com/AlexCharlton/glfw3-chicken > > While there are

Re: [Chicken-users] [ANN] New egg: glfw3

2014-04-08 Thread Mario Domenech Goulart
Hi Alex, Sorry for taking so long to reply. See some comments below. On Fri, 04 Apr 2014 10:01:35 -0400 Alex Charlton wrote: > mario.goul...@gmail.com writes: > >> * With regard to the .release-info file, you probably need >> {egg-name}-chicken instead of just {egg-name}, since your reposit

Re: [Chicken-users] [ANN] New egg: glfw3

2014-04-08 Thread Mario Domenech Goulart
Hi Alex, On Sat, 05 Apr 2014 16:33:32 -0400 Alex Charlton wrote: > alex.n.charl...@gmail.com writes: > >> 1) I’m not sure entirely what you’re asking. GLFW on *nix creates >> the standard libglfw.so, libglfw.so.3, libglfw.so.3.0, two of which >> are symlinks to the latter. So on *nix it is cert

Re: [Chicken-users] [ANN] New egg: glfw3

2014-04-08 Thread Mario Domenech Goulart
Hi Alex, On Tue, 08 Apr 2014 19:37:58 -0400 Alex Charlton wrote: > mario.goul...@gmail.com writes: > >> Cool. Thanks for looking into that. I've installed glfw3 on the Linux >> test machines. >> >> As soon as you want us to publish the first version of your egg, just >> let us know. There's

Re: [Chicken-users] [ANN] New egg: opengl-glew

2014-04-14 Thread Mario Domenech Goulart
Hi Alex, On Sun, 13 Apr 2014 16:12:08 -0400 Alex Charlton wrote: > opengl-glew provides bindings to OpenGL’s core profile while handling > extension loading with GLEW: > > https://github.com/AlexCharlton/chicken-opengl-glew > > There are two existing eggs that have some degree of overlap with

Re: [Chicken-users] [ANN] New egg: opengl-glew

2014-04-14 Thread Mario Domenech Goulart
On Mon, 14 Apr 2014 09:17:14 -0400 Alex Charlton wrote: > mario.goul...@gmail.com writes: > >> I have a few notes, though. I don't think downloading glcorearb.h at >> install time is a good idea. Here are some of the reasons: >> >> * it'll probably make the life for system packagers a bit diff

Re: [Chicken-users] [ANN] New egg: markdown-svnwiki

2014-04-17 Thread Mario Domenech Goulart
On Thu, 17 Apr 2014 15:16:18 -0400 Alex Charlton wrote: > markdown-svnwiki converts Markdown into the svnwiki syntax used in the > Chicken wiki. It includes pre and post-processing phases for > customizing the final output. Some transformations, meant for making > working with the Chicken wiki m

[Chicken-users] CHICKEN 4.9.0rc1 is available

2014-04-18 Thread Mario Domenech Goulart
Hi, The first release candidate for CHICKEN 4.9.0 has been released. It's available at http://code.call-cc.org/dev-snapshots/2014/04/17/chicken-4.9.0rc1.tar.gz See http://code.call-cc.org/dev-snapshots/2014/04/17/NEWS for the list of changes. Please, give it a test and report back to the mailin

<    1   2   3   4   5   6   7   8   9   10   >