Re: [PATCH] Colorized REPL

2013-01-04 Thread Mike Gran
Hi Nala, Ludo- > Could you comment this?  I’m not clear on what each field is. > >> +(define *color-list* >> +  `((CLEAR      .  "0") >> +    (RESET      .  "0") >> +    (BOLD        .  "1") >> +    (DARK        .  "2") >> +    (UNDERLINE  .  "4") >> +    (UNDERSCORE  .  "4") >> +    (BLINK     

Re: [PATCH] Colorized REPL

2013-01-04 Thread Ludovic Courtès
Hi Nala, Thanks for your work! Nala Ginrut skribis: > 1. colorized-REPL feature: > Add two lines to your ~/.guile, to enable colorized-REPL feature: > (use-modules (ice-9 colorized)) > (activate-colorized) I did that, and actually had to jump into a recursive REPL to see it in effect. Would

Re: A proper tail version of with-fluids

2013-01-04 Thread Stefan Israelsson Tampe
You are correct Noha, but please play down the impressed part, we have not reached the goal yet. 1. I did not implement the proper full scale one where we actually can (In case of knowing that no continuation have been stored, get proper tail calls) The reason is that 1. It contains a significant