Re: first steps
Re: first steps
- Subject: Re: first steps
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 5 Feb 2006 11:35:20 -0500
On Feb 5, 2006, at 11:30 AM, Lars Elden wrote:
I am planning to port an open source compiler to OSX and I am doing
my first
tests. Thats why I can't use xcode.
My tests need to be in objective-c, so later on I can implement a
GUI lib to
be used from the compiler. On a final steps we may consider (don't
know if
this is possible or not, to include our compiler in xcode).
When you get to the point of providing a full UI around this
compiler, you will want to make that UI a full-fledged application,
and probably a separate application from the compiler. So... don't
worry too much about it now. Just get your compiler working. Treat
your project as a "Cocoa shell tool" and don't expect too much GUI
behavior.
The compiler architecture and language is quite similar to
Microsoft Visual
FoxPro. You may review more info at www.harbour-project.org
I appreciate all the help you may provide me. Thanks,
Whatever the architecture, it will probably be very useful for you to
separate the UI from the compiler. In the end you might end up using
Cocoa's distributed objects mechanism to communicate between your GUI
application and the compiler process.
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >first steps (From: "Lars Elden" <email@hidden>) |