Typed Python?

Ville Vainio ville at spammers.com
Tue Jul 6 14:45:04 EDT 2004


>>>>> "Jorge" == Jorge Godoy <godoy at ieee.org> writes:

    Jorge> From what I've read I got that they were trying to show
    Jorge> that there's no ambiguity in using "(set! x 10)" but there
    Jorge> is in "x=10": is it an attribution or a comparison?

If you recall, we've got == for comparison in Python and most of the
programming world. There is no ambiguity. x=10 syntax is just
impossible in Scheme without read macro hackery, because of the
s-expression syntax (which does have some virtues).

    >> most programmers probably don't. For academics (possibly with
    >> no code to write in the first place), this is a minor issue.

    Jorge> What reminds me that LISP was used to write Yahoo! Store
    Jorge> first...

Yes, the Legend of Sir Graham. Lisp does need another success story,
public gets suspicious when the same one is repeated over and over
again.

(No, I'm not implying that Lisp is not being used for real [as in
non-academic] work. It is, Scheme isn't).

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list