Re: guile.info: Procedures for On the Fly Evaluation

2001-10-05 Thread Neil Jerram
> "Alex" == Alex Schroeder <[EMAIL PROTECTED]> writes: Alex> Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: >> i believe this bug is actually a misunderstanding. [...] guile> read-and-eval! >> # guile> (version) >> "1.5.2" guile> >> Alex> Hm. Maybe when I

Re: guile.info: Procedures for On the Fly Evaluation

2001-09-27 Thread Alex Schroeder
Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > i believe this bug is actually a misunderstanding. i could not > reproduce the above behavior. see below for a more straightforward way > to see if some proc is available. > > thi > > _ > guile> read-and-eval! > # > guil

Re: guile.info: Procedures for On the Fly Evaluation

2001-09-25 Thread Thien-Thi Nguyen
From: Alex Schroeder <[EMAIL PROTECTED]> Date: Sun, 16 Sep 2001 23:19:22 +0200 In the node "Procedures for On the Fly Evaluation" of the Guile Reference manual, the primitive "read-and-eval!" is described. However, it doesn't seem to be available. Maybe it is defined in some m

guile.info: Procedures for On the Fly Evaluation

2001-09-16 Thread Alex Schroeder
In the node "Procedures for On the Fly Evaluation" of the Guile Reference manual, the primitive "read-and-eval!" is described. However, it doesn't seem to be available. Maybe it is defined in some module? If so, I looked at the paragraph describing the primitive, at the beginning of the node, a