Refactoring port structure

Issue #153 closed
Takashi Kato repo owner created an issue

Current implementation of port is not really ideal since we can't create buffered port. For example, if a socket is converted to a port, then there is no way to make buffered socket port and it's always no buffer. It might be better to have better abstraction of port using CLOS hierarchy.

Comments (1)

  1. Log in to comment