diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-06 17:43:16 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-06 17:43:16 +0200 |
| commit | 88147fee7e0717f424e821a4c51d4945d1c80a95 (patch) | |
| tree | 69cd12af11767f52e7115fec0e1073700262e67c /src/packages.lisp | |
| parent | 154bc6d18a69c4d998723c70eb688b0b7c76293b (diff) | |
| download | senzill-88147fee7e0717f424e821a4c51d4945d1c80a95.tar senzill-88147fee7e0717f424e821a4c51d4945d1c80a95.tar.gz senzill-88147fee7e0717f424e821a4c51d4945d1c80a95.zip | |
[io] New package io, implemented doread-lines and ask-for-stream
Diffstat (limited to 'src/packages.lisp')
| -rw-r--r-- | src/packages.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/packages.lisp b/src/packages.lisp index 441101d..802ec3a 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -19,3 +19,9 @@ :pop-back :slice) (:documentation "List functions")) + +(defpackage senzill.io + (:use :cl) + (:export :doread-lines + :ask-for-stream) + (:documentation "I/O functions")) |
