[Chicken-users] Use of trace and break

2016-07-14 Thread Lawrence Bottorff
I'm trying to run trace: (define (powerset lst) (if (null? lst) '(()) (append-map (lambda (x) (list x (cons (car lst) x))) (powerset (cdr lst) inside the csi repl. I'd like to set breakpoints and stop the routine and see what each

Re: [Chicken-users] Can't load Simply Scheme code

2016-07-04 Thread Lawrence Bottorff
False alarm. It turned out to be a bad copy of the Simply Scheme files. Don't know why, though. Thanks anyway. On Mon, Jul 4, 2016 at 2:30 AM, Peter Bex <pe...@more-magic.net> wrote: > On Sun, Jul 03, 2016 at 10:02:22AM -0400, Lawrence Bottorff wrote: > > I'm having trouble with l

[Chicken-users] Can't load Simply Scheme code

2016-07-03 Thread Lawrence Bottorff
I'm having trouble with loading the code for the Berkeley Scheme course Simply Scheme, specifically this code. I've tested it in many different versions of Scheme. In Chicken, I get this error: #;1> (load "simply.scm") ; loading

Re: [Chicken-users] Distributed-concurrent computing: If Erlang is a 10. . .

2016-01-08 Thread Lawrence Bottorff
r fault tolerance, so there > Erlang might have the edge. So I would expect performance would be on > par with Erlang but perhaps you would have less flexibility and > options for error handling. > >-Ivan > > > On Fri, Jan 8, 2016 at 8:46 AM, Lawrence Bottorf

[Chicken-users] Distributed-concurrent computing: If Erlang is a 10. . .

2016-01-08 Thread Lawrence Bottorff
. . . where might Chicken be concerning distributed-concurrent programming? How close to Erlang's perfect 10 can you get with Chicken. Of course if Chicken is even better than a 10, let me hear about it. LB ___ Chicken-users mailing list

[Chicken-users] Emacs Geiser trouble

2015-12-19 Thread Lawrence Bottorff
I looked into the archives and found the announcement of Geiser now working with Chicken. However, I'm not getting it to work. I open a .scm file, M-x geiser, choose Chicken. But with every C-x-e, Emacs says No Geiser REPL for this buffer (try M-x run-geiser) Odd because there's the Chicken