Is there any useable [...] lisp in lua?
Given that Lua is essentially "Scheme-with-syntax" (and tables), I don't think you'll find a non-toy "Lua-without-syntax": it macro-expands to "Scheme-with-syntax-without-syntax", which is about as preposterous as it sounds, except for educational or toying purposes.