Rewrite the REPL in Lisp using FFI
[jscl.git] / src / compiler / compiler.lisp
index 1ea5259..222f660 100644 (file)
 (define-builtin functionp (x)
   `(bool (=== (typeof ,x) "function")))
 
-(define-builtin %write-string (x)
-  `(method-call |lisp| "write" ,x))
-
 (define-builtin /debug (x)
   `(method-call |console| "log" (call |xstring| ,x)))