Replies: 1 comment 1 reply
-
What does PCL say about packages that Medley doesn't implement? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
15. Practical: A Portable Pathname Library
This is a 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 the book Practical Common Lisp by Peter Seibel.
Chapter 15 describes the implementation of a portable pathname library. Since the code is written for and relies on specific features of modern Common Lisp systems, a complete reimplementation or a major adapation would be necessary for running it on Medley. So for the time being I'm skipping this chapter.
Beta Was this translation helpful? Give feedback.
All reactions