Skip to content
brson edited this page Apr 12, 2013 · 29 revisions

Existing implementations

  • .NET
  • Plan 9 BIO - 'Second-system' tried to do unix I/O right
  • Common Lisp - 'overengineered'
  • C++ streams - Probably don't want to take a lot of influence from C++

Types of streams

  • File
  • TCP
  • UDP
  • Memory buffer
  • Strings
  • Compressors/decompressors

All Categories:

Clone this wiki locally