Menu

MScheme / News: Recent posts

SVN to git migration

I finally managed to migrate!
This time I removed the old repositories and added a project on github.

Posted by Marvin H. Sielenkemper 2018-05-21 Labels: repository migration svn git

CVS to SVN migration

I finally managed to migrate!

Posted by Marvin H. Sielenkemper 2011-03-07 Labels: repository migration cvs svn

first jar-file released

After "compiling" the scheme init and rep code into String constants, the Interpreter is now available as a single file. There are two main methods in there: MScheme.Main which runs on the console using stdin and stdout and MScheme.AwtMain, which uses the AWT classes to provide it's own console in a window. An applet class is in there, too.
You can try it at http://mscheme.sourceforge.net/MScheme.html.
But I only tested it on Netscape 4.? with Java 1.1.5.

Posted by Marvin H. Sielenkemper 2001-11-11

errors don't kill the interpreter anymore

Up to now, any error caused the interpreter to stop with an ugly java error message. Now such errors are handeled by the code in rep.scm.

Posted by Marvin H. Sielenkemper 2001-11-03
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.