Hi,
> On Thu, Jul 1, 2010 at 5:35 PM, Dov Grobgeld <[email protected]> wrote: >> >> The use of assigment through left arrow (←) would solve this. Which >> reminds me of the fact that I would have loved having a language like python >> that uses more of unicode for its syntax. >> >> Then "python" might look like: >> >> ∀ n ∈ names: >> if n ≠ "foo": >> α ← n >> ß = re∘search〈"foo", α〉 >> >> Here's another pythonic construct that imo would look nicer. >> >> f← λ x: x↑2 >> a←f〈2〉 >> I have not done any math for a long, long time. Would you mind explaining what would the above do? Gabor _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
