>>918048
> "Lisp" is not a compiler, nor is it a language. Your complaint sounds like one about a specific compiler.
All Lisp languages are the same in this regard. As for compilers, the Common Lisp standard says that type annotations exist, but now what they do. Find me any Common Lisp compiler that will give me the performance and the type safety.
> Certainly.
The point is that in order to get Lisp to be useful for systems programming where performance matters you have to throw out all the great things about Lisp. People say that Lisp can be as fast as C, but they never mention that you have to take the safety off, making it even more unsafe than C. That's like saying that a motorbike can be as fast as a car, but you have to take off your helmet to reduce air friction for it. You would have to be crazy to do that.