jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fboundp - cool

vlad-km opened this issue · comments

commented

(defun fboundp (x)

CL-USER> (fboundp '(what the f..k ?))
T
CL-USER> 

The (buggy) implementation is at

(define-builtin fboundp (x)

We should be checking for it to exist but not being that value.

commented

Closed.
Thanks @davazp.
See #439