Implement a failing symbol-plist as primitive
[jscl.git] / src / compiler / compiler.lisp
index 222f660..d2b6975 100644 (file)
         (throw (+ "Function `" (call |xstring| (get symbol "name")) "' is undefined.")))
     (return func)))
 
-(define-builtin symbol-plist (x)
-  `(or (get ,x "plist") ,(convert nil)))
-
 (define-builtin lambda-code (x)
   `(call |make_lisp_string| (method-call ,x "toString")))