Closed dolzenko closed 12 years ago
Telescope itself is written in lua, so all you have to do is explicitly use luajit: luajit tsc my_spec.lua
.
Alternatively, you can change the first line of tsc #!/usr/bin/env lua
to #!/usr/bin/env luajit
, assuming luajit is on your PATH
.
Thanks, makes sense!
And big props for the software itself!
I would like to know if there is an easy way to make telescope use LuaJIT when running specs/or if there is any 'best practice' to do so?