From: STEPHEN BECKER I V Date: 2004-10-04T06:45:06+09:00 Subject: Re: stack level to deep? yes='a'*47 while true do yes.succ! print yes,"\n" sleep 1 end i guess what would work to? On Mon, 4 Oct 2004 06:39:55 +0900, gabriele renzi wrote: > STEPHEN BECKER I V ha scritto: > > > > > Is there away to increase the allowed space for the stack info? > > I want to print out ever permutation of the alphabet. I know it > > sounds crazy, but i want to. > > on unix there is the ulimit setting.. but you can just do that > iteratively, I think > >