chicken-fuse ============ A FUSE interface for CHICKEN Scheme. Installation ------------ Installation requires the libfuse library and headers (API version 26) and CHICKEN 4.8.0 or newer. $ git clone git://bitbucket.org/evhan/chicken-fuse.git $ cd chicken-fuse $ chicken-install Documentation ------------- Documentation is available on the CHICKEN [wiki][], at [chickadee][], and under the `doc/` directory. Usage examples can be found in the `examples/` directory. [wiki]: http://wiki.call-cc.org/egg/fuse [chickadee]: http://api.call-cc.org/doc/fuse Author ------ Evan Hanson License ------- 3-Clause BSD. See LICENSE for details.