1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-16 00:34:21 +00:00
parent 26405bc156
commit 86a4d62e37

3
NEWS
View file

@ -192,6 +192,9 @@ primitive
enable-primitive-generic! PRIMITIVE ... enable-primitive-generic! PRIMITIVE ...
[This primitive will disappear again in Guile-1.4 when all primitives
will be primitive generics.]
It is then possible to extend the primitive(s) by defining methods for It is then possible to extend the primitive(s) by defining methods for
them without loss of efficiency in normal evaluation. them without loss of efficiency in normal evaluation.