Re: [tcljava-user] Move from C (SWIG) to (Java)Tcl Blend possible?
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2008-11-07 14:06:42
|
On Fri, Nov 07, 2008 at 09:27:27AM +0100, Fra...@ti... wrote: > > The idea is to replace SWIG with Tcl Blend to achive this and by doing > this it is also possible to only perform minor changes in the existing > test framework (the test environment build and function calls will be > changed based on API used), but the existing tests of the functionality > (written in Tcl) can be left unchanged. > > Is Tcl Blend a possible solution for this? TclBlend does include the 'java' package, which allows dynamic access to Java objects, so I believe the answer is yes. See: http://tcljava.sourceforge.net/docs/TclJava/contents.html -- Tom Poindexter tpo...@ny... |