Re: The bug where terminal and xcode ran "different"
Re: The bug where terminal and xcode ran "different"
- Subject: Re: The bug where terminal and xcode ran "different"
- From: Greg Guerin <email@hidden>
- Date: Sun, 11 Feb 2007 23:19:28 -0700
Theodore H. Smith wrote:
>40 years on and we are still getting basic memory management issues,
>what a shame.
It's not the age, it's the language.
Lisp is close to 50 years old, and it doesn't have these "basic memory
management issues".
C, C++, et al. have a direct-access memory model. Change that model and
the "issues" of memory management disappear.
More realistically, changing models only trades one set of memory
management issues for another set. If you don't like the set you traded
to, you may only trade for a whole different set with different issues.
You rarely get to pick and choose the exact strengths and weaknesses you
want. They come packaged together with the memory model.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden