Add ext.lisp for cllib/port
[biolisp.git] / lambda-utils / packages.lisp
blob962c95b93717b006374d625217419afffec580e8
1 (defpackage :lambda-utils
2 (:nicknames :lutil)
3 (:use :cl)
4 (:export
5 ;; abrev
6 mvbind
7 ;; PAIP
8 mappend
9 ;; IO
10 each-line
11 redirect
12 ;; numbers
13 na-p
15 ;; vector
16 dovector
17 doindex
18 ;; Print-head
19 print-head
20 ;; Ext
21 defsubst
22 defcustom
23 defconst
24 with-gensyms
25 map-in
27 quit
28 +eof+
29 eof-p
30 strin-tokens
31 remove-plist
32 compose
33 compose-f
34 compose-all