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

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) > ERRO

Re: New to the group...

2006-05-03 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 http://www.gnu.org/software/guile/docs/docs-1.6/guile-ref/User-level-options-interfaces.ht

New to the group...

2006-05-03 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 1.6