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

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

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

revision 1.3 by ossau, Fri Dec 7 17:08:19 2001 UTC revision 1.4 by ttn, Tue Jan 8 08:29:00 2002 UTC
# Line 42  variable. Line 42  variable.
42  @node Latent Typing  @node Latent Typing
43  @subsection Latent Typing  @subsection Latent Typing
44    
45  The term @dfn{latent typing} is used to descibe a computer language,  The term @dfn{latent typing} is used to describe a computer language,
46  such as Scheme, for which you cannot, @emph{in general}, simply look at  such as Scheme, for which you cannot, @emph{in general}, simply look at
47  a program's source code and determine what type of data will be  a program's source code and determine what type of data will be
48  associated with a particular variable, or with the result of a  associated with a particular variable, or with the result of a
# Line 1156  and susceptible to interrupts that could Line 1156  and susceptible to interrupts that could
1156  @end lisp  @end lisp
1157    
1158  The key point here is that the code does not create any local binding  The key point here is that the code does not create any local binding
1159  for the identifier @code{currency-abbreviation}, so all occurences of  for the identifier @code{currency-abbreviation}, so all occurrences of
1160  this identifier refer to the top level variable.  this identifier refer to the top level variable.
1161    
1162    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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