Closed vindarel closed 4 years ago
I think a portable solution is fine, but this REPL is only designed to work with SBCL anyway, so I’m not sure if we should add another dependency in the name of portability. Do you have thoughts on this?
I agree. I'll fix this, though suddenly my Package SB-INTROSPECT does not exist
, even though it worked once and trivial-arguments works O_o
That’s a fun problem! Do let me know what comes of it!
I sent the change even though I still have the fun problem.
I can reproduce this error. (require :sb-introspect)
makes it disappear, though.
TIL, thanks. (commited)
Thank you again!
Hello,
I figured it is useful to see the actual parameters of the function we are getting the documentation of.
I use a portable library. Under SBCL, it is
Note: on my side I downcased the arglist with this, but there's certainly a format solution: