Skip to content

Fix #140: External format for streams that are not file-streams

Raymond Toy requested to merge issue-140-stream-element-type-two-way-stream into master

A two-way-stream is not a file-stream, so signal a type-error.

Also add support for a broadcast-stream as specified in http://www.lispworks.com/documentation/HyperSpec/Body/t_broadc.htm

Edited by Raymond Toy

Merge request reports