Re: What attributes of a programming language simplify its implementation?

Christopher F Clark <christopher.f.clark@compiler-resources.com>
Sun, 2 Oct 2022 01:21:48 +0100

          From comp.compilers

Related articles
| List of all articles for this month |
From: Christopher F Clark <christopher.f.clark@compiler-resources.com>
Newsgroups: comp.compilers
Date: Sun, 2 Oct 2022 01:21:48 +0100
Organization: Compilers Central
References: 22-09-026 22-10-002
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="15295"; mail-complaints-to="abuse@iecc.com"
Keywords: design
Posted-Date: 01 Oct 2022 21:36:51 EDT

I absolutely agree with Martin Ward's response:


> it is a classic example of optimizing the wrong thing.


While, as he says, it might be useful in simplifying an assignment in a
course where you are trying to teach the fundamentals, it is the wrong
answer for just about any other usage. Even for something throwaway one is
doing for oneself it is probably the wrong approach. Those throwaway
things often live longer than expected and are used far wider. You are
trading a moments convenience for a lifetime of pain and regret.


As one of my mentors said, "I can get you something real fast if the answer
doesn't have to be right". It can be easy to get also.


--
******************************************************************************


Chris Clark email:
christopher.f.clark@compiler-resources.com
Compiler Resources, Inc. Web Site: http://world.std.com/~compres
23 Bailey Rd voice: (508) 435-5016
Berlin, MA 01503 USA twitter: @intel_chris
------------------------------------------------------------------------------



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.