Hacker News new | ask | show | jobs
by turbinerneiter 1867 days ago
Lisp is dynamically typed and can reach C-like speeds.

Python is something like 40 times slower than C, lisp gets much closer with something like 4 times slower (all of this heavily depends on what you are doing obviously, so just rough ballparks here).