guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Colorized REPL


From: Nala Ginrut
Subject: Re: [PATCH] Colorized REPL
Date: Mon, 17 Dec 2012 14:04:41 +0800

hi folks!
guile-colorized upstream updated!
Please review it here:
https://github.com/NalaGinrut/guile-colorized/tree/upstream

Changelog:
* move 'float?' to 'is-inexact?, and 'fraction?' to 'is-exact?' which
predicates number? first. (these two won't be exported)
* unexport all predicates for the type, since we alllow the users define
there color-scheme and type-checker all by themselves.

PS: @Danial repl-default-option-set! works! It's my misuse. :-p

On Sun, 2012-12-09 at 08:50 +0800, Daniel Hartwig wrote:
> On 9 December 2012 05:35, Ian Price <address@hidden> wrote:
> > Or, you could use the package manager I keep pimping :)
> 
> Yes indeed, it works quite well.  As does just adding such files to a
> site- or user-local module path.
> 
> > (os process) might be reasonable, since we are forever complaining about
> > the popen module, but I don't see why we need (ansi term-color).
> 
> Yes, agree.  It is best to avoid adding some extra fluff (such as ansi
> color module, colored output, etc.) to the core when appropriate.
> Feature creep and all that is not a big win, makes guile generally
> /less/ embeddable, and such.
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]