[ANN] guile-colorized released!

2012-12-03 Thread nalaginrut
hi folks! Here is the project to colorize Guile REPL: https://github.com/NalaGinrut/guile-colorized Play it according to README. Attached a screen shot for the effect. Enjoy it! And it uses 'before-print-hook', Daniel posted a patch to add REPL optional printer in another thread. I'll update my p

Re: repl, abridged output?

2012-12-03 Thread Daniel Hartwig
On 3 December 2012 20:39, Daniel Llorens wrote: > I've seen that there's a REPL command ,inspect that produces > abridged output. Is it possible to have this as the default for > printing to the REPL? Is there any way to configure this? scheme@(guile-user)> (eval '(set! repl-print

Environments

2012-12-03 Thread Sjoerd van Leent Privé
Hi Everyone, What I like to do is to let the user give a "driver" library and pass that "driver" library around which implements a certain procedure. Using the eval procedure together with a small instruction and a ad-hoc generated environment would let the software be pretty free of things f

IXIN 1.2 available

2012-12-03 Thread Thien-Thi Nguyen
release notes: One bugfix, some new features, and more detailed ‘meta’ spec. BTW, ‘a2ixin foo.sxml’ works fine under Guile 2. Getting the .sxml in the first place is the problem, there. thi README excerpts: IXIN is an EXPERIMENTAL distribution of EXPERIMENTAL code and some pre-built

repl, abridged output?

2012-12-03 Thread Daniel Llorens
Hello, When I work with large arrays or other large data structures on the command line, I have to be careful not to print them. Guile always prints these things in full, it takes forever and often I can't even C-c. I've seen that there's a REPL command ,inspect that produces abridged