Remove functions witch already is in cl-utilities
[biolisp.git] / lambda-utils / packages.lisp
blob2ab16922b208025cf8082e069644a7852f01b493
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 map-in
26 quit
27 +eof+
28 eof-p
29 strin-tokens
30 remove-plist
31 ;; Shell
32 run-prog
33 pipe-output
34 pipe-input
35 close-pipe
36 with-open-pipe