Neil Cerutti <ne...@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 -- https://mail.python.org/mailman/listinfo/python-list