|
|
|
|
|
by inigyou
1 day ago
|
|
The language implementation that is faster than (!) C and almost as flexible as Lisp is called LuaJIT. I think it's no longer maintained. * JITs can be faster than C by specialising at runtime on runtime-knowable values such as the length of the input or the tag of a tagged union. |
|