I have uploaded the latest version in which all bugs found to date fixed.
I improved the implementation of REPL to make Ypsilon easy to develop top level interactive programs using emacs. Also the style of error messages areĀ easier to be identified. It has passed all the 8,931 tests in PLT R6RS test suite revision 11530.
-Fujita
I know old BSD Unix but not able to install Ypsilon. Cryptologist coming out of retirement.
–gwm
The instructions for installation under OS X Leopard should be to install to a directory of your choice (eg, for instructional purposes let’s use the Scheme user name)…then
1) open makefile with current X11 downloaded from Apple
2) in bash, cd to the directory where downloaded ypsilon is
3.1) make clean
3.2) make PREFIX=/Users/Scheme/Desktop
3.3) make PREFIX=/Users/Scheme/Desktop install
or at least something like this. –gwm
set-file-position! on a binary input file does not work. BUG?!
I take that criticism back! R6RS and unicode is a major delta.
my work is back in pre-alpha test state now, THANK YOU!!!
I had to make two passes through a unicode file and YPSILON handled it GREAT. –gwm 9:43PM PDT Tuesday 17-Feb-2009
Hi,
is there any plan to provide support for readline as an external package in the future? I find that rlwrap is somehow limited…