Re: Activity
Eduardo Cavazos <[email protected]> Wed, 3 Aug 2005 13:36:17 -0500
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <[email protected]> |
Other Scheme oriented systems that are objects all the way down are RScheme and Gauche. RScheme's strength is it's compiler. Gauche is a really polished system from a users point of view in that it has great documentation and lot's of very useful libraries for "scripting" tasks. Gauche's C ffi still being designed and documented. Gauche is lacking language level pre-emptive threads like Gambit has. RScheme has threads, but is lacking on the documentation side. There is a ton of great RScheme code to study in the available modules. Way back I wrote to this list about Goo supporting methods with non-congruent parameters. Gauche supports this by default. RScheme can if you include a certain module. Donovan (the author of RScheme) manages the RScheme code base using a web application called Axis. Axis is written in RScheme and I think is a commercial application. You can browse the RScheme axis repository on the web: http://axis.rscheme.org:7973/ On 8/2/05, Raffael Cavallaro <[email protected]> wrote: >=20 >=20 > On Aug 2, 2005, at Tue, Aug 2, 4:27 55 PM, Jonathan Bachrach wrote: > Goo attempts to present an elegant objects all the way down model to the > user... I think CLOS fails in this regard. > Yes, this is the attraction of goo. >=20 > regards, >=20 > Ralph > =20 > Raffael Cavallaro, Ph.D.=20 > [email protected]=20 > =20 > _______________________________________________ > Googoogaga mailing list > [email protected] > https://lists.csail.mit.edu/mailman/listinfo/googoogaga >=20 >=20 > _______________________________________________ Googoogaga mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/googoogaga