× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 5/9/06, Rob Dixon <rob.dixon@xxxxxxxxxxx> wrote:

>>
>> Whatever the language or the architecture, programming is a most
>> inefficient process, as I said  earlier, "the most inefficient process
>> ever devised by mankind in any field of human endeavour".
>>
>
> oh brother.  The solution is p5 pricing of the hardware so there is no
> shortage of CPW to run modern, modular software.
   Steve - I was talking about programming - not program execution.
Using faster hardware doesn't improve the process of coding.


sure it does.
  result = ProcedureCall( input1: input2 ) ;

is more readable than:
 ProcedureCall( result: input1: input2 ) ;

however, the 2nd version uses less CPW to execute.  Historically, i5
programmers have to choose the efficient, less readable method because
i5 CPW is many times the price of p5 CPW.  The result is less readable
code.

-Steve


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.