Re: [Guile-commits] GNU Guile branch, wip-compiler, updated. v2.1.0-139-gf8a333e

2011-12-25 Thread Noah Lavine
Hello, Sorry it's been so long since my last reply. I've been somewhat busy around the holidays, but I hope to work more soon. > Also, what about “vset” or just “set” instead of “value-set”? Yes, probably a good idea. >> +              (set! (a-verify-exps ret) >> +                    (map (lam

Re: [Guile-commits] GNU Guile branch, wip-compiler, updated. v2.1.0-139-gf8a333e

2011-12-18 Thread Ludovic Courtès
Hi Noah, Just a few superficial stylistic comments until I have something more clever to say: ;-) "Noah Lavine" skribis: > (define default-environment > - `( (cons . ,(value-set-with-values 'cons)) > - (car . ,(value-set-with-values 'car)) > - (cdr . ,(value-set-with-values 'cdr)) >