File: TODO.org

package info (click to toggle)
scheme-bytestructures 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: lisp: 2,168; makefile: 73; sh: 8
file content (7 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
- Allow working with ports (or other open-ended byte sequences) as an
  alternative to bytevectors.

- See what to do with the "meta" field of descriptors.  Should it be
  part of the public API?  Should it be removed and guile/ffi.scm
  dropped?  Should we move to a different record system that allows
  subtyping and obviates the need for the field?