Michał "phoe" Herda
Michał "phoe" Herda
Issue reproduced on CCL 1.12. Minimal test case: ```lisp $ cat /tmp/foo.lisp (defgeneric location (system &key) (:method :around (system &key errorp)) (:method (system &key))) (location nil :errorp nil) ``` ```lisp...
I would not take that sentence out of context. Let me quote the full paragraph: > It is possible for both *macro-function* and *special-operator-p* to return /true/ of /symbol/. The...
On 28.10.2021 23:39, Shubhamkar Ayare wrote: > If only the second statement is considered, then implementations seem > to be mandated to provide a macro-function for impl-specific special > forms,...
The best I can find is `ccl::cheap-eval-function`, e.g. `(ccl::cheap-eval-function 'foo '(lambda () 42) nil)`. I assume that someday `cl:compile` could be extended to accept `nfunction` forms.
Hey, If this is still valid, I'll be willing to help and correct any English text that you might produce. I'm not a native English speaker myself but I think...
Same here.
I see that 82dab6567 mentions "closes #343" - is this the case?
> but in a way that says "Conduct yourself like you would in public" (as in, everything you say can be made public) I think a comment about conduct is...
> I don't think we want to imply that admins have some kind of DM browsing tool built into the system. @AlanBell I think it would be a major mistake...
The PR is merged - we should be able to depend on updated `array-operations` now, and deliver any updated Imago starting from the next Quicklisp release.