Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59603 invoked by uid 1010); 15 Feb 2005 18:31:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59417 invoked from network); 15 Feb 2005 18:31:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2005 18:31:40 -0000 X-Host-Fingerprint: 216.145.54.171 mrout1.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.171:45894] helo=mrout1.yahoo.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id 38/E6-55914-C0042124 for ; Tue, 15 Feb 2005 13:31:40 -0500 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout1.yahoo.com (8.13.1/8.13.1/y.out) with ESMTP id j1FIV7Hl081154; Tue, 15 Feb 2005 10:31:07 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id j1FIV1iV088134; Tue, 15 Feb 2005 10:31:01 -0800 (PST) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Tue, 15 Feb 2005 10:31:01 -0800 To: Ross Girshick Cc: mono-devel-list@lists.ximian.com, ironphp-devel@lists.sourceforge.net, internals@lists.php.net Message-ID: <20050215183059.GA88111@gravitonic.com> References: <8a54cd6e050213123137f0ba2a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a54cd6e050213123137f0ba2a@mail.gmail.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] [ANNOUNCE] IronPHP 0.0.1: A PHP Compiler for Mono (and .NET) From: andrei@gravitonic.com (Andrei Zmievski) Please do not use the name 'PHP' in the name of your product. We'd prefer you use a different name under the terms of PHP license. On Sun, 13 Feb 2005, Ross Girshick wrote: > I'm pleased to announce the first release of IronPHP [1]. IronPHP is a > PHP compiler for the Mono (and .NET) platform. > > The goals of IronPHP are: > > * Compatibility with PHP 5 > * Speed and efficiency: let's beat the C version > * Portability: run where ever Mono runs > * Extend PHP to allow access to .NET assemblies > > The first release can compile a portion of the procedural subset of > PHP 5. IronPHP is still at an experimental stage and undergoing heavy > development. Don't expect much beyond the bare basics to work. My > immediate goal in releasing it is to get some more hands involved in > the project. > > I'm presently working on the 0.0.2 release which will feature a new > lexical scanner (rewritten from scratch) and a jay based parser > (instead of the hand coded recursive descent parser). If you're > interested in joining the IronPHP effort please read the NOTES and > TODO in the tarball. > > This is the first release and I want to bring it to the attention of > interested parties. Thus I've cross-posted it to the PHP internals and > the Mono developer's list. Please respect those lists and direct > further comments and discussions to the IronPHP developer's list [2]. > Thanks. > > > > Ross Girshick > > [1] http://ironphp.sf.net > [2] ironphp-devel@lists.sourceforge.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php - Andrei