From dcfb8365289fa8b47ba0ce4a469e3b77f6dd5abf Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sun, 23 Jun 2013 21:10:16 +0200 Subject: [PATCH] Migrate CONS --- src/compiler.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.lisp b/src/compiler.lisp index 63195db..88fafe2 100644 --- a/src/compiler.lisp +++ b/src/compiler.lisp @@ -1086,7 +1086,7 @@ "make_lisp_string(x.toString())")) (define-builtin cons (x y) - `(code "({car: " ,x ", cdr: " ,y "})")) + `(object "car" ,x "cdr" ,y)) (define-builtin consp (x) (js!bool -- 1.7.10.4