摘要: The programming language LISP is frequently the of choice for implementation artificial intelligence (AI) systems, even though it has earned a reputation being slow. This lack speed usually due to fact that commonly available implementations are interpretive in nature rather than compile and go. And we all know interpreting source code invariably slower simply executing compiled object code.