Re: stack overflow problem

2006-02-05 Thread William Xu
Stephen Compall <[EMAIL PROTECTED]> writes: > On Sat, 2006-02-04 at 18:54 +0800, William Xu wrote: >> (define (enumerate-interval low high) >> "Return a sequence list by walking from LOW to HIGH. >> e.g., >> (enumerate-interval 1 10) >> => (1 2 3 4 5 6 7

guile-projects 2.7 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: fighting entropy... thi README excerpt: This directory contains code to manage the guile-projects webpages at: - http://www.glug.org/projects/list.html (full list) - http://www.gnu.org/software/guile/gnu-guile-projects.html (free subset) NEWS excerpt: - 2.7 | 200

ttn-pers-scheme 0.45 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: moving right along... thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile Scheme code and intervening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.45 | 2006-01-30 - Dropped module: (ttn coll

Tastiera Dura 1.8 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: `--sbiad 1/2': senza lingua, senza colpa... thi LEGGIMI excerpt: Benvenuto a Tastiera Dura, un piccolo programma per divertire i bambini con forme ed immagini vari sul schermo in risposta ai dati della tastiera. Si chiama "dura" perché oltre ai "tasti per uscire", no

Guile-SDL 0.3.5 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: alpha-composing points of view... thi NEWS excerpt: - 0.3.5 | 2006-01-29 - change to (sdl misc-utils) proc: copy-surface This now takes an optional second arg CLIP, a rectangle which specifies the portion of the surface to copy. By default (if

ETRACK 0.9902 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: (equalp "NO" "no"), but not (equal "NO" "no"). thi NEWS excerpt: - 0.9902 | 2006-01-31 - frontend change: when adding w/ a template, details can be edited - 0.9901 | 2006-01-28 - bugfix: when updating marked items, notice changes in case cvs tag: v-0-9902

Guile 1.4.1.107 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: small touch-ups here and there. thi NEWS excerpt: - 1.4.1.107 | 2006-01-28 - bugfixes - module (ice-9 editing-buffer) transforms all `let' forms correctly The transforms internal to the `editing-buffer' macro used to misidentify (and subse

Re: Using Guile in a wxWidgets app

2006-02-05 Thread Neil Jerram
John Steele Scott <[EMAIL PROTECTED]> writes: > I have written a small piece about embedding Guile in wxWidgets GUI program. > You can read it at: > > > Does anyone have any comments about it? Overall it looks like a great t