mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
vm.texi tweak
* doc/ref/vm.texi (Why a VM?): Small tense tweak.
This commit is contained in:
parent
69aecc6abb
commit
9e9745b355
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ operated directly on the S-expression representation of Scheme source
|
|||
code.
|
||||
|
||||
But while the interpreter was highly optimized and hand-tuned, it still
|
||||
performs many needless computations during the course of evaluating an
|
||||
performed many needless computations during the course of evaluating an
|
||||
expression. For example, application of a function to arguments
|
||||
needlessly consed up the arguments in a list. Evaluation of an
|
||||
expression always had to figure out what the car of the expression is --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue