Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51643
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <musicdenotation@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.218 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.59; '*S*': 0.02; 'lambda': 0.16; 'python?': 0.22; 'function': 0.29; '(which': 0.31; 'received:192.168.1.3': 0.31; 'received:google.com': 0.35; 'charset:us-ascii': 0.36; 'possible': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'header :Message-Id:1': 0.63; 'functions)': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:x-mailer:message-id:date:to :content-transfer-encoding:mime-version; bh=23eRCmWAEky8olsmYv+5mN6jF0CwknGeGzp+WZ+JCds=; b=v9tYpPEc5q3wwZ3pv+ixp9YJKuANyl6XanYHq0IvugFr0g+bVogAEYxte+DSf7X65k 2btMNlqRxUx5CoSt3pPBRZsQ0214evApdn/MOwIqXzD5BaWjvF/D5yCxk3X6R18xtDb8 15iO9puHYEKfEE/eu+dQKqzXoKbDUft3rDEvPHTGy4EABg2+K28HERA6rwpnj5f7iKuO KraIrpLBgua/DBjSMsml6VHB4/sn3tWJqzv0GpFh4+30Zi7q/iUjfiRIb+MnUmSNekiX fWZlAI1QUy5oAF1Vi6PCCzh+cCTMokO8d1EJJSxbRvEISQgDQ0t9wzidfZD7U9XtQvf9 ssdQ== |
| X-Received | by 10.66.122.99 with SMTP id lr3mr79450985pab.187.1375253615993; Tue, 30 Jul 2013 23:53:35 -0700 (PDT) |
| Subject | Lambda function Turing completeness |
| From | Musical Notation <musicdenotation@gmail.com> |
| Content-Type | text/plain; charset=us-ascii |
| X-Mailer | iPad Mail (10B329) |
| Date | Wed, 31 Jul 2013 13:53:26 +0700 |
| To | Python Mailing List <python-list@python.org> |
| Content-Transfer-Encoding | quoted-printable |
| Mime-Version | 1.0 (1.0) |
| X-Mailman-Approved-At | Wed, 31 Jul 2013 14:07:43 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17.1375272465.1251.python-list@python.org> (permalink) |
| Lines | 2 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1375272465 news.xs4all.nl 15891 [2001:888:2000:d::a6]:49408 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51643 |
Show key headers only | View raw
Is it possible to write a Turing-complete lambda function (which does not depend on named functions) in Python?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Lambda function Turing completeness Musical Notation <musicdenotation@gmail.com> - 2013-07-31 13:53 +0700
Re: Lambda function Turing completeness Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-01 05:55 +0000
Re: Lambda function Turing completeness Ian Kelly <ian.g.kelly@gmail.com> - 2013-08-01 11:05 -0600
Re: Lambda function Turing completeness Piet van Oostrum <piet@vanoostrum.org> - 2013-08-24 19:45 -0400
Re: Lambda function Turing completeness Piet van Oostrum <piet@vanoostrum.org> - 2013-08-24 20:30 -0400
csiph-web