From: Ken A. <kan...@bb...> - 2003-09-12 21:58:48
|
Well, i can certainly provide a version of Tiny CLOS, i call LessTiny because, Tiny is really too small to use. No object has a name so debugging is basically impossible. The only thing of SLIB we currently provide is the pretty printer. We should look at it i think most of it could be provided easily, and we could make it a separate jar. Also, Java should provide some of these extensions. Looking at the SRFI's would be good too. At least we'd have a chance of running scheme code that use them. Some may be written using hygenic macros, which we can do, but loading the hygenic macro packages seems to make analyze a lot slower. k At 01:42 PM 9/11/2003 -0400, Timothy John Hickey wrote: >Perhaps we should provide a little better support for CLOS >and sorting. I don't think there is a "sort" in the elf or jlib packages. > >It might be worthwhile providing toplevel links on the Jscheme webpage >to useful Scheme packages ported to Jscheme > (e.g. CLOS, SLIB, SRFI's, user-developed packages...) > >---Tim--- > >Begin forwarded message: > >>From: Rahul Gopinath <rgo...@qu...> >>Date: Thu Sep 11, 2003 12:51:57 PM US/Eastern >>To: Bruce Lewis <br...@al...> >>Cc: li...@re... >>Subject: RE: [Lispweb] mod_lisp and Apache2 >> >>thanks, >> brl and kawa are really good but my personal favorite is >>jscheme(webapp) :) Especially the java dot is very convenient for accessing >>other java thingies.. >> >> >>ps: >>I dont know if every one knows this, but since I couldn't find any reference >>to it any where,.. >> tiny-clos works fine with jscheme with a little help. The only thing >>needed to do was to define the sort function >>(Jscheme provides a sort function implemented in java, but gives problems, >>using another sort worked out to be ok) >> >> >>-----Original Message----- >>From: Bruce Lewis [mailto:br...@AL...] >>Sent: Thursday, September 11, 2003 10:12 PM >>To: Rahul Gopinath >>Cc: li...@re... >>Subject: Re: [Lispweb] mod_lisp and Apache2 >> >> >>Rahul Gopinath <rgo...@qu...> writes: >> >>> This is my first post here,I work with c++ & java for a living , but >>>likes to hack scheme for fun.... >> >>Speaking of Scheme, Java and web development, you should look at BRL if >>you haven't already: >> >>http://brl.codesimply.net/ >>_______________________________________________ >>Lispweb mailing list >>Li...@re... >>http://www.red-bean.com/mailman/listinfo/lispweb > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Jscheme-user mailing list >Jsc...@li... >https://lists.sourceforge.net/lists/listinfo/jscheme-user |