the only two things lisp has against speed is dynamic typing and garbage collection, both of which are mitigated by agressively optimizing compilers. Lisp does lack in security due to the lack of static typing. This can be resolved with assertions, but it takes a clever compiler to keep performance using that method.