New to the group...

2006-05-04 Thread Jason Meade
Hi All, My name's Jason. I'm new to Scheme, but am definitely a fan! It seems to me that extensible and embeddable frameworks are the new programming model for the 21st century. I'd like to see guile grow in this respect, and am able to contribute however possible. :) I've recently got guile

Re: New to the group...

2006-05-04 Thread David Pirotte
On Wed, 3 May 2006 22:52:32 -0700 Jason Meade [EMAIL PROTECTED] wrote: Hi Jason, you have the opportunity to look at (debug-options) and change the stack size (debug-set! stack ...), see below

Re: Status of the Project Ideas page / Summer of Code

2006-05-04 Thread Neil Jerram
Martin Kuehl [EMAIL PROTECTED] writes: Hello, thanks for the helpful pointers; guile-debugging, guile-vm and the compilation discussion all look quite interesting. The hobbit topic feels a little scary though, and I'm not sure I want to try that before I've got a little more experience

Re: New to the group...

2006-05-04 Thread Ludovic Courtès
Hi, Jason Meade [EMAIL PROTECTED] writes: (define fact (lambda (n) (cond ((= n 1) 1) (else (* n (fact (- n 1))) guile (fact 69) 171122452428141311372468338881272839092270544893520369393648040923257279754140647424000 guile (fact 70) ERROR: Stack

Re: New to the group...

2006-05-04 Thread Neil Jerram
Jason Meade [EMAIL PROTECTED] writes: My name's Jason. I'm new to Scheme, but am definitely a fan! It seems to me that extensible and embeddable frameworks are the new programming model for the 21st century. I'd like to see guile grow in this respect, and am able to contribute however