From: Peter H. <pe...@ex...> - 2005-04-05 20:08:58
|
> Maybe we should have a section of the JScheme website > that shows how to extend JScheme by combining open source java jar files > with simple Scheme programs (like this one). > > Does anyone think this would be a worthwhile effort? Definitely! > Does anyone know any other examples of jar files/scheme interfaces > that we could use? I have a simple interface to the Antlr (http://www.antlr.org) parser generator to allow an Antlr-generated parser to output JScheme lists. It consists of a few Java classes and a few scheme functions. I think this would fit your idea of maximum functionality with minimum code, as it allows any of the many grammars available to be used, potentially just with one or two lines of scheme, and I'm quite happy to add this to the collection. In what form should this, and/or other interfaces to libraries, be put? Peter |