Re: get extensiondir

2013-11-30 Thread Bernardo Ezequiel Contreras
(assv-ref %guile-build-info 'extensiondir) On Fri, Nov 29, 2013 at 3:35 PM, xantares 09 wrote: > > Hello, > > I'd want to get extensiondir value from %guile-build-info dictionnary: > > print %guile-build-info > > $1 = ((buildstamp . "2012-02-28 05:38:10") (CFLAGS . " -pthread") (LIBS . > "-Wl,-

Restricting eval

2013-11-30 Thread Panicz Maciej Godek
Hi, I am still working on the implementation of Chess in Scheme that I mentioned before. For now, the most important part is to provide a language to describe rules of board games. Until recently, the descriptions were all pattern-based, which was a rather natural approach, but it turned out that

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-11-30 Thread mark . d . witmer
Mark H Weaver writes: > Hi Mark, > > Shortly after the releases of Guile XCB 1.1 and Guile WM 0.1, some > important problems were fixed in the build system. Would you be willing > to produce new tarball releases? > > Several of us are interested in Guile WM and would like to make it > easier for

Re: guile scripting for gdb

2013-11-30 Thread msematman
I'm curious, what is the current status of support for other interpreted languages in the Guile VM? For example, what's the status of Python for Guile? As probably many of you , once I've felt the power of lispy languages, it's an annoyance to go back to anything inferior, but many people I work wi