Skip to content

Instantly share code, notes, and snippets.

Created August 3, 2014 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/80966ad2b1011de4a75e to your computer and use it in GitHub Desktop.
Save anonymous/80966ad2b1011de4a75e to your computer and use it in GitHub Desktop.
(let ((process (ccl:run-program interpreter options
:input :stream
:output :stream
:external-format :utf-8
:wait nil)))
(make-two-way-stream
(ccl:external-process-output-stream process)
(ccl:external-process-input-stream process)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment