1
Fork 0
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:
Andy Wingo 2013-11-30 20:59:14 +01:00
parent 69aecc6abb
commit 9e9745b355

View file

@ -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 --