You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the continuation of the work on issue #609. To evaluate the compatibility of Medley Common Lisp with ANSI Common Lisp I'm testing on Medley the code of Peter Seibel's book Practical Common Lisp.
Code
For the code of chapter 20, after adding the usual missing definitions and calls I created the following files:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Chapter 20. The Special Operators
This is the continuation of the work on issue #609. To evaluate the compatibility of Medley Common Lisp with ANSI Common Lisp I'm testing on Medley the code of Peter Seibel's book Practical Common Lisp.
Code
For the code of chapter 20, after adding the usual missing definitions and calls I created the following files:
and:
Then I evaluated these expressions at a XCL Exec:
Issues
The code worked as expected except for the following potential issues:
VALUES is not a known location specifier for SETF
points out thatvalues
is notsetf
able on Medleypclchap20f1.lisp
works as expectedpclchap20f1.lisp
yields the errorUndefined car of form WHEN-LOADED
LOAD-TIME-VALUE
is not supported on MedleySession transcript
Here is the full transcript of the test session, from which I edited out part of the output of an intentional infinite loop I interrupted with
Ctrl-E
:Beta Was this translation helpful? Give feedback.
All reactions