Re: Eval with local environment?

2017-08-19 Thread David Kastrup
Christopher Howard writes: > I was just curious: Is there something you can pass to eval procedure > that using the local environment? e.g., > > (let ((foo 12)) (eval 'foo (this-environment))) > > to get it to return 12. No. But there is (use-modules (ice-9

Eval with local environment?

2017-08-19 Thread Christopher Howard
I was just curious: Is there something you can pass to eval procedure that using the local environment? e.g., (let ((foo 12)) (eval 'foo (this-environment))) to get it to return 12. Of course, you could just (let ((foo 12)) foo) But suppose you were working with the identifier 'foo instead for

ffi-help: status to 19 Aug 2017

2017-08-19 Thread Matt Wette
Hi All, I am working on a ffi-helper: a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. Goal is to release something in Oct 2017 but that date is likely to slip. Current shortcomings: 1) Guile

Re: #guile on irc

2017-08-19 Thread Matt Wette
> On Aug 17, 2017, at 6:26 AM, Craig Maloney wrote: > > * Matt Wette (matt.we...@gmail.com) wrote: >> Hi All, >> >> I arrived at my computer this morning to see I was banned from freenode. >> This was due to spam, which I did not do. If there was spam coming from my >>