Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FA50E913 for ; Thu, 27 Dec 2012 15:38:49 +0000 (UTC) Received: (qmail 25941 invoked by uid 500); 27 Dec 2012 15:38:48 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 25900 invoked by uid 500); 27 Dec 2012 15:38:48 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 25892 invoked by uid 99); 27 Dec 2012 15:38:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 15:38:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.237 as permitted sender) Received: from [64.18.1.237] (HELO exprod6og121.obsmtp.com) (64.18.1.237) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 15:38:40 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob121.postini.com ([64.18.5.12]) with SMTP ID DSNKUNxrbHWsBSfN7nk85qgRBLyucubMBrBO@postini.com; Thu, 27 Dec 2012 07:38:20 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qBRFZM1v014799 for ; Thu, 27 Dec 2012 07:35:22 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qBRFcHXL003143 for ; Thu, 27 Dec 2012 07:38:18 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Thu, 27 Dec 2012 07:38:17 -0800 From: Alex Harui To: "flex-dev@incubator.apache.org" Date: Thu, 27 Dec 2012 07:38:14 -0800 Subject: Re: [FalconJx] Package down to Expression production; JSGoogEmiter prototype Thread-Topic: [FalconJx] Package down to Expression production; JSGoogEmiter prototype Thread-Index: Ac3kNtZU50aI7ozpRhe49YB9j5OyUQAEVifm Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.13.0.120411 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 12/27/12 5:33 AM, "Erik de Bruin" wrote: >=20 > I'm not sure how your solution provides for this? Mine doesn't either, > mind you, but I gave up perfection for simplicity very early in this > thread ;-) >=20 +1 on simplicity vs perfection. IMO, If you take on full AS to JS cross-compilation, it is a very difficult task full of these edge cases. But I want to (at least at first) only cross-compile a subset of AS to JS. I am hopeful there is a subset that is straight forward to cross-compile that is sufficient enough for folks to build enterprise class apps. We would add warnings/errors to the compiler to catch the edge cases like untyped or (* typed) optional params. I think I recall that for..in iteration of classes is also an issue. Seems like we could live without that or require that you provide a filter function for the cases where you need it. --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui