Earlier quoted context omitted.
"Everywhere I read about the power of lisp and really want to use it. If it is so good why ain't it is used more?" In a sense, people are using it more. A lot of features that Lisp pioneered and that used to be radical back in the day (like built-in garbage collection, lambdas, first-class functions, etc) have now been assimilated in to other languages. As a result, many Lispish things are now pretty mainstream. Not…
for sure, what folks complain about the most (syntax) is where it's power is. I've been getting Guile recently and find the very tight integration with C to quite nice. It's like the best of both worlds
Now extraneous syntax, even in a half-Lisp like Clojure, seems ugly to me. It's a real pity more people don't appreciate the elegant simplicity of Lisp (and especially Scheme).