>>13
I'll spell it out for you. ., e, x, e. If your software doesn't ship as an exey (ELF, .app), your language is inadequate.
Lisp doesn't produce native code. Some implementations like sbcl can generate a .exe, but they do that by bundling the entire runtime. I don't want to distribute my tiny freeware apps with dozens of extra megabytes packed on.
Smalltalk is even worse. Just look into it.