How security holes happen

Marko Rauhamaa marko at pacujo.net
Wed Mar 5 09:54:59 EST 2014


Neil Cerutti <neilc at norwich.edu>:

> Personally, I think it hasn't taken off because special forms are
> harder to remember than syntax. And there are, like, *way* more than
> mammals needs.

It hasn't taken off yet, but even mammals can evolve.

> Well, that or lisp's designers severely underestimated how much we
> like to use our programming languages as non-RPN calculators.

I don't think Lisp was really originally designed. It just came out and,
surprisingly, ran.

As for the anti-RPN notation, yes, it can be hard to get used to. Then
again, Python notation requires an initiation as well. For example:

   invoc = "{}({})".format(fname, ', '.join(repr(x) for _, x in named_args))


Marko



More information about the Python-list mailing list