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