Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'algorithm': 0.03; '"""': 0.05; 'python': 0.09; 'experimental': 0.09; 'language': 0.14; 'to:name:python-list': 0.15; '"""this': 0.16; 'program?': 0.16; 'pythonistas': 0.16; 'subject:programmer': 0.16; 'code.': 0.20; 'written': 0.20; 'x-mailer:microsoft outlook express 6.00.2900.5931': 0.22; 'developing': 0.28; 'to:addr:python-list': 0.33; 'program,': 0.34; 'something': 0.35; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'url:aspx': 0.60; 'first': 0.61; 'capable': 0.63; 'here': 0.65; 'programs,': 0.71; 'article': 0.78; 'experiment': 0.84 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed; reply-type=original From: Gisle Vanem To: Python-list Subject: FYI: AI-programmer Date: Fri, 22 Feb 2013 11:11:09 +0100 X-Priority: 3 X-MSMail-priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361531495 news.xs4all.nl 6842 [2001:888:2000:d::a6]:39385 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39546 Here is something interesting that you pythonistas might be interested in: http://www.primaryobjects.com/CMS/Article149.aspx """This article describes an experiment to produce an AI program, capable of developing its own programs, using a genetic algorithm implementation with self-modifying and self-improving code. """ The above experimental BrainF** language was written using C#. So who will be the first to make an AI-language in Python that generates it's own program? --gv