/[guile]/guile/guile-core/doc/ref/scheme-evaluation.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-evaluation.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by ossau, Fri Mar 15 09:23:18 2002 UTC revision 1.1.2.5 by ossau, Fri Mar 29 20:11:13 2002 UTC
# Line 235  Evaluate @var{exp} in the top-level envi Line 235  Evaluate @var{exp} in the top-level envi
235  the current module.  the current module.
236  @end deffn  @end deffn
237    
 @deffn {Scheme Procedure} eval2 obj env_thunk  
 @deffnx {C Function} scm_eval2 (obj, env_thunk)  
 Evaluate @var{exp}, a Scheme expression, in the environment  
 designated by @var{lookup}, a symbol-lookup function.  
 Do not use this version of eval, it does not play well  
 with the module system.  Use @code{eval} or  
 @code{primitive-eval} instead.  
 @end deffn  
   
 @deffn {Scheme Procedure} read-and-eval! [port]  
 @deffnx {C Function} scm_read_and_eval_x (port)  
 Read a form from @var{port} (standard input by default), and evaluate it  
 (memoizing it in the process) in the top-level environment.  If no data  
 is left to be read from @var{port}, an @code{end-of-file} error is  
 signalled.  
 @end deffn  
   
238    
239  @node Loading  @node Loading
240  @section Loading Scheme Code from File  @section Loading Scheme Code from File

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26