Closed Ambrevar closed 1 year ago
Generics have their own declarations. Although they are restricted, they are still quite global.
Actually, I've just gotten a revelation: we can parse these declares (due to their regular syntax), and
optimize
for speed
and space
), then put them in both a generic and method.Does that sound right?
Done with 59166973b5ba14275c60cc941bd9558bdbd0e1a5 and 12c183e8e53d243ea250f190d9d1cac6f1c6de56!
Can't we use alex:parse-body
?
@aartaka Friendly ping :)
Can't we use
alex:parse-body
?
No, we can't, because it's not a dependency of nclasses
\~_\~
Hmmm... Wondering if it wouldn't be worth adding. It might dramatically simplify this code.
Yes, it for sure could...
Waaaaaaaaaaaaaaait... There's uiop:parse-body
!!!!!!!!
Fixed in f8ec8dca98344de55c087000c82026e1ddb32888! define-generic
implementation finally sparks joy :D
This
expands to
The declare is misplaced. The docstring says:
But that does not seem right. @aartaka Can you explain the rationale?