Re: [Pyobjc-dev] Objective-P?
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-11-16 11:59:30
|
Anders, The syntax is unambiguous, but it will be very hard to support this in a real parser. IMHO a production-quality implementation of this feature should use a real parser (based on Python's parser) and generate compiled code (and a .pyc file) directly. Both should be doable on top of the stdlib compiler and ast modules. Doing that should be feasible using my '$[object message]' syntax, but will be a lot harder with straight ObjC syntax. The possibility for confusion for human readers are also worrying. Ronald On Monday, November 16, 2009, at 10:18AM, "Anders Hovmöller" <bo...@ki...> wrote: >------------------------------------------------------------------------------ >Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >trial. Simplify your report design, integration and deployment - and focus on >what you do best, core application coding. Discover what's new with >Crystal Reports now. http://p.sf.net/sfu/bobj-july >_______________________________________________ >Pyobjc-dev mailing list >Pyo...@li... >https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > |