On Wed, 31 Jul 2013 13:53:26 +0700, Musical Notation wrote: > Is it possible to write a Turing-complete lambda function (which does > not depend on named functions) in Python?
lambda s: eval(s) -- Steven -- http://mail.python.org/mailman/listinfo/python-list