Replies: 1 comment
-
PR #1605 addresses the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Chapter 22. LOOP for Black Belts
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.
Adapting the code of chapter 22 involved only adding a handful of missing definitions.
Issues
All the expressions seem to work as expected except for the following which yield the error
Loop form tail (...) remained unprocessed
:A similar
loop
expression causes the same error in the code of chapter 19. Is this code ANSI compliant? Does it trigger undefined behavior? Is this a limitation of Medley'sloop
implementation?Other than that the
loop
implementation works well and covers several common cases.Code
This is the full code I evaluated at a XCL Exec:
Session transcript
The transcript of the test session:
Beta Was this translation helpful? Give feedback.
All reactions