Re: Use of unaligned load/stores by compilers

David L Moore <dlmoore@ix.netcom.com>
1 Feb 1998 21:44:22 -0500

          From comp.compilers

Related articles
[5 earlier articles]
Re: Use of unaligned load/stores by compilers - or doing things by hal henry@zoo.toronto.edu (Henry Spencer) (1998-01-26)
Re: Use of unaligned load/stores by compilers scott@basis.com (1998-01-30)
Re: Use of unaligned load/stores by compilers reid@micro.ti.com (Reid Tatge) (1998-01-30)
Re: Use of unaligned load/stores by compilers tgl@netcom.com (Tom Lane) (1998-02-01)
Re: Use of unaligned load/stores by compilers albaugh@agames.com (1998-02-01)
Re: Use of unaligned load/stores by compilers hrubin@stat.purdue.edu (1998-02-01)
Re: Use of unaligned load/stores by compilers dlmoore@ix.netcom.com (David L Moore) (1998-02-01)
Re: Use of unaligned load/stores by compilers fpeelo@portablesolutions.com (Frank Peelo) (1998-02-07)
| List of all articles for this month |

From: David L Moore <dlmoore@ix.netcom.com>
Newsgroups: comp.compilers
Followup-To: comp.lang.misc
Date: 1 Feb 1998 21:44:22 -0500
Organization: Netcom
References: 98-01-099 98-01-105 98-01-114 98-01-119 98-02-012
Keywords: practice

Mike Albaugh wrote:


> Actually, some alleged C code that I inherited showed that a
> _truly_ determined programmer can write _BASIC_ in any language.


Many years ago, I used to teach students at college, some of whom had
never programmed before, and some of whom had programmed in BASIC at
high school. The first year we had a significant number of students
who had done the Basic programming, we compared the performance of the
two groups expecting to see that the students who did programming at
high school did significantly better in first year programming.


To our surprise, we found they did significantly worse!


One can take this as showing what a terrible language BASIC is. (It
could not possibly, of course, be showing what a terrible job teaching
we were doing.)


Who was it who originally said "There has not yet been invented a
language in which it is the least bit difficult to write bad
programs"?.
[I've heard lots of anecdotal stories along the same lines about how
Tiny Basic rotted people's brains. It's certainly true that your first
programming language has a huge effect -- mine was Trac and look what
it did to me.


But this has strayed from compilers issues, language design other than
parts that affect compiler design belongs in comp.lang.misc. -John




--


Post a followup to this message

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