|
Last change
on this file was 6, checked in by Gary Byers, 21 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
578 bytes
|
| Line | |
|---|
| 1 | Wire was using its own buffer management -- how useful. We did away
|
|---|
| 2 | with that an read/write directly from an binary stream for now.
|
|---|
| 3 |
|
|---|
| 4 | TODO
|
|---|
| 5 |
|
|---|
| 6 | - actually switch to binary streams
|
|---|
| 7 | - invent something for strings (say define it as unicode or something)
|
|---|
| 8 |
|
|---|
| 9 | - can we do a reasonable attempt to make symbol lookup work across
|
|---|
| 10 | lisp implementations?
|
|---|
| 11 |
|
|---|
| 12 | - can we make this at least somewhat work with CLISP?
|
|---|
| 13 |
|
|---|
| 14 | - conditions.
|
|---|
| 15 |
|
|---|
| 16 | - Do away with superfluous large macros
|
|---|
| 17 |
|
|---|
| 18 | - Can we again do with a serve event kind of interface for poor Lisp
|
|---|
| 19 | which do not feature multiprocessing (like say CLISP)?
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.