jscl
jscl copied to clipboard
fboundp - cool
https://github.com/jscl-project/jscl/blob/98376589572908d26c33ad536228abd6672a1dfd/src/boot.lisp#L158
CL-USER> (fboundp '(what the f..k ?))
T
CL-USER>
The (buggy) implementation is at https://github.com/jscl-project/jscl/blob/98376589572908d26c33ad536228abd6672a1dfd/src/compiler/compiler.lisp#L1223
We should be checking for it to exist but not being that value.
Closed. Thanks @davazp. See https://github.com/jscl-project/jscl/pull/439