Tcl bindings for Lua with SWIG
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Tcl bindings for Lua with SWIG
- From: Max Ischenko <max@...>
- Date: 2001年11月23日 11:46:36 +0200
I have rather big Lua program and also a comprehensive testing framework
written in Tcl/Tk. I wondering how complex/feasible would be to create a
bindings that will allow to use test Lua code from Tcl framework.
Does anyone have comments/related experience?
--
if (argc > 1 && strcmp(argv[1], "-advice") == 0) {
printf("Don't Panic!\n");
exit(42);
}
(Arnold Robbins in the LJ of February '95, describing RCS)