Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.048 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'intermediate': 0.07; 'cc:addr:python-list': 0.11; '(just': 0.16; 'pypy?': 0.16; 'subject:Several': 0.16; 'java,': 0.16; 'appropriate': 0.16; 'machine': 0.22; 'code,': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'languages': 0.32; 'common': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "didn't": 0.36; 'more': 0.64; 'subject:. ': 0.67; 'from:charset:iso-8859-9': 0.84; 'time)': 0.91; 'subject:2013': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YjkgNK+CHPuxnAZxC2CyhivdvrVlJuWH39ji2B+lMzM=; b=kBx+veKid84Lf4OZlizky8X+94/EHhOaVBg83aeiQUMoObwT9h+pkrmW0BCGss385z dE5AhJ1z5+s+LbHK+Y8BAE2g/CvGhhODJcZCx8EPwIL3WVt4F7MRIBvkwxoERVLGzuhv dmUwsWfRN1C+s+vtX3fDmLfPxahn3IH0gUldKvxIb3+numVE4aRREwbg2xs0koPFxzty EW5/VdqxCAjvf/QgOtmHs3DgQabpob8CijHeOAhdnaVjUIfuSnnucfrjz3rrZBvytSiB bzMJd3MpicjRYddrJLebqxjT4hobtSMna8CoAn8e45ebRR63IgFz2RP/MXi3dwFZUTEC u6Yg== MIME-Version: 1.0 X-Received: by 10.204.247.71 with SMTP id mb7mr17868454bkb.7.1384896672879; Tue, 19 Nov 2013 13:31:12 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Nov 2013 23:31:12 +0200 Subject: Re: Several Topics - Nov. 19, 2013 From: =?ISO-8859-9?Q?Ya=FEar_Arabac=FD?= To: glen herrmannsfeldt Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384896679 news.xs4all.nl 15970 [2001:888:2000:d::a6]:60713 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60032 2013/11/19 glen herrmannsfeldt : > More recently, there are JIT systems which generate the intermediate > code, but then at the appropriate time (Just In Time) compile that to > machine code and execute it. This is common for Java, and more recently > for languages like Matlab. Is there a particular reason why you didn't mention PyPy? -- http://ysar.net/