Re: [tcljava-user] Swank has a new home:
Brought to you by:
mdejong
From: Bruce J. <nm...@ma...> - 2008-09-25 21:07:58
|
Hi Maurice, Other's have expressed interest in this as well. I've basically been so busy that I haven't got around to really thinking about this. There is still so much to do with Swank/Jacl (like documentation, examples etc.) and fundamentally, for me at least, having things work well with Jacl is most important. But I think I will try to set aside some time soon to give some serious thought about this. To do it right I really need to think not just about JRuby, but whether the Swank code can be modified so it would be readily accessible from other Java based dynamic languages as well (like Jython). Since a lot of the Swank code is "automatically" written it should be possible to modify the generating code to rewrite the code in a more general way. I'll download the JRuby code and spend a little time just getting a feel for what would be involved. I can sort of imagine replacing the use of Tcl Interp class in Swank with a generalized script interpreter class that dispatched calls to get/set variables and execute scripts using whatever language was embedded. But, I'm not sure exactly how similar this paradigm is between Jacl and JRuby etc. cheers, Bruce On Sep 25, 2008, at 2:28 AM, Maurice Diamantini wrote: > > Le 24 sept. 08 à 21:44, Bruce Johnson a écrit : > >> Swank , the Tk-like GUI toolkit companion to Jacl, has a new home at: >> >> http://kenai.com/projects/swank >> >> Kenai is yet another open source repository (recently started by >> Sun). I was particularly interested in it because they support >> Mercurial (which I use) as the source code management system. I >> started a project there yesterday and uploaded the latest version of >> source into the mercurial repository. The Kenai site provides a >> Wiki, mailing lists and Bugzilla for bug tracking. They haven't yet >> added the ability to provide downloadable files (for latest or >> stable builds, for example) but that is supposed to be coming "real >> soon now". > > Bonjour Bruce, > > I'm glad you are keeping working on swank. > I've worked on a litle application witch use Ruby/Tk. But it seems > installing a Ruby/Tk sistribution is not as easy as just Tcl/Tk is ;-) > > So, instead of switching to of full Java application, I wonder if > Swank > would be usable with Jruby. > So the question is : can Swank be used as as Java independant GUI > library for Java? > > Thanks you very much. > > -- Maurice > http://www.ensta.fr/~diam/tcl/ > > > P.S. > I'm sorry if this question is relative to swank and not jacl > interpreter, but as swank repository switches to the same Sun > repository that some JRuby project, it would make sens... > > > >> I'll be adding more stuff to the site over the next week. >> >> cheers, >> >> Bruce >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |