From: Timothy J. H. <ti...@cs...> - 2005-04-05 20:45:54
|
Hi Peter, On Apr 5, 2005, at 4:08 PM, Peter Harman wrote: >> 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, Yes, maximum functionality with minimum code is definitely the catch phrase for this idea! > 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? What about having a section of the website containing a folder for each of these extensions. Each folder would contain: * a documentation file explaining - where to get the most recent jar files, - how the Scheme interface works - simple and interesting examples of using the scheme interface * the scheme library and any associated Java helper classes ... * the jar files themselves?? (or perhaps we could write a Scheme program to download the latest jar files from wherever they are....) * the licenses for the jar files * the licenses for the scm and helper java code ... Then we could have a main page which links to each of these folders with a brief explanation of what the jar/scm code does? How does that sound? we could do antlr and jogl and a few others as demonstrations to see how well it works. Best, ---Tim--- > > Peter > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user |