Tuesday, January 18, 2011

chicken scheme with linenoise

export TERM=VT100 ## to get linenoise to work with csi.exe chicken scheme on cygwin

http://wiki.call-cc.org/eggref/4/linenoise
https://github.com/antirez/linenoise/blob/master/README.markdown#readme

bravo antirez

PS
yes you have to edit .csirc and run chicken/bin/csi.exe
##http://wiki.call-cc.org/eggref/4/linenoise
Using linenoise in csi

Since version 0.4 linenoise can be used as editing help in csi. Simply add the following to your .csirc
(use linenoise)
(current-input-port (make-linenoise-port))

No comments: