about summary refs log blame commit diff
path: root/lisp/klatre/package.lisp
blob: 41174bbb3cf7f5e8df6ffc9fd10ce06f8cdb89bb (plain) (tree)
1
2
3
4
5
6
7
8







                                                             


                           
                                      
                                              


                        
(defpackage #:klatre
  (:documentation "Grab-bag utility library for Common Lisp")
  (:use #:cl)
  (:export
   ;; Miscellanious utilities
   #:comment #:posp

   ;; Sequence functions
   #:chunk-list #:mapconcat

   ;; String handling
   #:+dottime-format+ #:format-dottime
   #:try-parse-integer #:format-dottime-offset

   ;; Function utilities
   #:partial))