From: Timothy J. H. <tim...@ma...> - 2003-11-09 00:39:26
|
Here is an interesting application of Jscheme. Its a Jscheme interpreter applet with a preloaded program for computing some mathematical objects (Artin combing of braids...) http://www.math.ubc.ca/~liam/combing.html It was implemented by just modifying the Demorunner.scm code by adding the new procedures to the source code: http://www.math.ubc.ca/~liam/Demorunner.scm ---Tim--- |