rpav / ScriptL

Shell scripting made Lisp-like! Or, live-coding remote function calls for the shell.
73 stars 11 forks source link

Support FORCE-OUTPUT on PACKET-IO-STREAM #12

Open kchanqvq opened 1 year ago

kchanqvq commented 1 year ago

Currently, calling FORCE-OUTPUT from any command cause an error because PACKET-IO-STREAM does not support this operation. This patch adds that support.