Create a pure Javascript identity function
authorDavid Vazquez <davazp@gmail.com>
Wed, 23 Jan 2013 23:44:29 +0000 (23:44 +0000)
committerDavid Vazquez <davazp@gmail.com>
Wed, 23 Jan 2013 23:44:29 +0000 (23:44 +0000)
Used to return primary values of functions

ecmalisp.lisp

index bbb8ebe..a6a0948 100644 (file)
@@ -23,6 +23,9 @@
 ;;; language to the compiler to be able to run.
 
 #+ecmalisp
+(js-eval "function id (x) { return x; }")
+
+#+ecmalisp
 (progn
   (eval-when-compile
     (%compile-defmacro 'defmacro