Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/27/06 21:12
Read: times


 
#117176 - not HLL
Responding to: ???'s previous message
Jez Smith said:
A programmer should be able to take his natural language understanding of the problem and its solution and be able to translate that into a form which fits their end system.

If he does so, the level of the language he uses (or the way how he uses it) is not high enough. Think of similar issues - portability and future expandability/modifiability, it invariably goes hand-in-hand with low efficiency.

Of course, this is an extreme statement and I perfectly know this is only theory and what the practice is. However, my personal experience is, that when I do my Pascal stuff on PC, I feel constrained if the language does not allow me to write down things in my way. For example, I like BASIC's FOR...TO...STEP...NEXT, in Pascal the absence of it leads to e.g. for i:=1 to (n div 2) do myfunction(i*2) when it is supposed to be for i:=1 to n step 2 do myfunction(i).

Jan Waclawek


List of 31 messages in thread
TopicAuthorDate
stupid code            01/01/70 00:00      
   Optimiser?            01/01/70 00:00      
      I use the NASA approach            01/01/70 00:00      
         Optimisation            01/01/70 00:00      
   it's an oscillator!            01/01/70 00:00      
   Not stupid at all            01/01/70 00:00      
      context            01/01/70 00:00      
   how about just plain ugle code?            01/01/70 00:00      
      stupid, but for other reasons            01/01/70 00:00      
      Normal?            01/01/70 00:00      
         watch your language            01/01/70 00:00      
            I think the word is "inane."            01/01/70 00:00      
               nope            01/01/70 00:00      
            Too Late            01/01/70 00:00      
   Always false            01/01/70 00:00      
      Just a typo ?            01/01/70 00:00      
   That reminds me            01/01/70 00:00      
      That's why I keep saying ...            01/01/70 00:00      
      You never know            01/01/70 00:00      
         I object vehemently            01/01/70 00:00      
         it's because he's stupid, not clever            01/01/70 00:00      
            Hmmmmmm...            01/01/70 00:00      
            who maintains?            01/01/70 00:00      
   stupid me            01/01/70 00:00      
   Not stupid you,stupid programmers            01/01/70 00:00      
      not HLL            01/01/70 00:00      
         abstraction            01/01/70 00:00      
            abstraction is the ideal            01/01/70 00:00      
               if you do not care about cost/performanc            01/01/70 00:00      
                  getting back to your original statement.            01/01/70 00:00      
   sheesh            01/01/70 00:00      

Back to Subject List