Exported concat-string CL/PS utility function/macro.
authorVladimir Sedach <vsedach@gmail.com>
Thu, 4 Dec 2008 06:35:10 +0000 (23:35 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Thu, 4 Dec 2008 06:35:10 +0000 (23:35 -0700)
src/lib/ps-macro-lib.lisp
src/package.lisp

index 83dba18..aab3614 100644 (file)
@@ -79,6 +79,7 @@
   (cons '+ sequences))
 
 (defmacro concat-string (&rest things)
+  "Like concatenate but prints all of its arguments."
   `(format nil "~@{~A~}" ,@things))
 
 (defpsmacro concat-string (&rest things)
index 4e2f390..cea9063 100644 (file)
       #:random
       #:ignore-errors
       #:concatenate
+      #:concat-string
       #:length
       #:null
       #:@