lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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)