比luaL_register更好。 luaL_setfuncs(L, funcs, 0); #endif return 1; //返回table } #if LUA_VERSION_NUM < 502 #define luaL_newlib(L,l) (lua_newtable(L), luaL_register(L,NULL,l)) #endif 或者 #if (LUA_VERSION_NUM == 501) #define luaL_setfuncs(L,f,n) luaL_register(L,NULL,f...
lua_createtable(L,0,1);/* metatable for CLIBS */lua_pushcfunction(L, gctm); lua_setfield(L,-2,"__gc");/* set finalizer for CLIBS table */lua_setmetatable(L,-2);/* create `package' table */luaL_newlib(L, pk_funcs); createsearcherstable(L);#ifdefined(LUA_COMPAT_LOADERS)lua...
最流行的通用符号计算软件有:MAPLE,Mathematica,Matlab,Python sympy等等。