Replies: 2 comments
-
It would be interesting to see what happens when PCL is loaded, if it's not there by default. One of the motivations for My memory is too dim (and I am ashamed to say I don't use Medley very often), but I would not be at all surprised if PCL didn't have some hack to make it work. Perhaps not, though: it might have done it by code-walking things. |
Beta Was this translation helpful? Give feedback.
-
As far as I know PCL is loaded by default in Medley. It certainly was in the image I ran the tests in.
By the way we may turn this discussion into an issue to record the missing feature. |
Beta Was this translation helpful? Give feedback.
-
Does Medley Common Lisp support
symbol-macrolet
? The only relevant symbol I can find is internal in theLOOP
package where the only references in sources/XCL-LOOP, here and here, don't define or implement it.Here is a test session in an XCL Exec in Medley Online (19-Mar-2024 02:06:49). The code snippets are from the HyperSpec.
There's another
symbol-macrolet
reference (inXCL-USER
?) with no definition. This is a freshXCL-USER
session where I haven't evaluated the symbolsymbol-macrolet
prior to the above snippets.Beta Was this translation helpful? Give feedback.
All reactions