Node bindings for the abio cljs library.
See abio usage and examples/walkthrough.cljs
- Should we switch to
fs.read
/fs.readSync
instead offs.readFile
/fs.readFileSync
, and emulate the buffered reads inclojure.java.io
/planck/etc? What're the pros/cons? - Should we support buffered and unbuffered readers/writers? I think an unbuffered version of
fs.{read,write}
is simply a call to those methods with a length of 1. - We don't currently leverage File records; should we?
- What abstractions might a File record assume, over, say a Resource record or some other, more general record type?
- Create Stream implementations.
- Bind
*in*
withabio.core/set-bindings!
- Get
abio.io/slurp
working with the node bindings. - How best can we signal the arities of the callback functions for each protocol method?
Copyright © 2017 abiocljs and Contributors
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.