Moved functional runtime PS utilities from src/libs/functional.lisp into *ps-lisp...
[clinton/parenscript.git] / src / package.lisp
index 6ce8db7..496a1f3 100644 (file)
       ;; assignment and binding
       #:setf
       #:defsetf
-      #:let
-      #:lexical-let
+      #:let*
+      #:lexical-let*
       
       ;; variables
+      #:var
       #:defvar
       
       ;; iteration
       #:null
       #:@
 
-      ;; libries
+      ;; js runtime utils
       #:*ps-lisp-library*
       #:mapcar
+      #:map-into
+      #:map
+      #:map-until
+      #:member
+      #:append
+      #:set-difference
       ))
   "All symbols considerred part of the Parenscript language.")
 
    #:js-to-statement-strings
    #:js
    #:js*
+   #:let
    ))
+
+(defpackage :parenscript-special-forms
+  (:use))