node-lisp
v1.0.9
Published
connection of lisp. before use you have to install sbcl
Downloads
2
Maintainers
Readme
h1 The package for SBCL
h3 Author: Rudolph Miller
How to Use
sbcl = new SBCL 'path-to-lisp-program sbcl.use (data) -> console.log data sbcl.write 'Hi'
Methods
- use = (fn) -> fn (stdout-of-lisp-program)
- write = (str) -> write str to stdin of lisp-program