From: His kennyness on
grucidipo wrote:
> I find easier to program in Python than in Lisp, but Lisp has Macros
> and it can optimise for speed.
>
> Here are some subjective numbers:
>
> Easy to program & Standard Library & Speed & Macros
> or similar
>
> Python: 0,8 0,8 0,5 0.4
> Lisp : 0,5 0,5 0,8 0,8
>
> I would like to know what weight other Lisper give to theses
> factors. I know that it depend of what type of application you are
> developing, but I am curious what other think about this.

I cannot evaluate your "easy to program" values without knowing your
level of mastery of each language. Would that happen to be 8-5?

kt