A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Piloting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

$640.00 to fill the tanks...



 
 
Thread Tools Display Modes
  #221  
Old August 27th 06, 04:01 AM posted to rec.aviation.piloting
Jose[_1_]
external usenet poster
 
Posts: 1,632
Default $640.00 to fill the tanks...

Compared to what else was available at the time, it was good.

Yes, that was the problem. It was good. It kept getting better, and
spaghetti code became ubiquituos. We still need to know Italian.

Jose
--
The monkey turns the crank and thinks he's making the music.
for Email, make the obvious change in the address.
  #222  
Old August 27th 06, 04:17 AM posted to rec.aviation.piloting
Jose[_1_]
external usenet poster
 
Posts: 1,632
Default "It works well enough" (was $640.00 to fill the tanks...)

FORTRAN has single-handedly set science back ten years. The same is true for HTML and the web.
Howso?


Insomuch as it was good enough to get the job done, while preserving
(and cementing in standards) its atrocious parts. FORTRAN is (for me)
the king of spaghetti code. Though it was common enough before FORTRAN,
the FORTRAN compilers got so good it wasn't worth recoding what was
already done - so things were made to work with it.

The mess we have on the web is due to the original limitations of HTML
(both conceptual and in implementation) and the kludges required to get
around it, and the kludges web designers use to get around the kludges
that get around the original limitations. It will take a revolution to
kill that beast.

The same can be said of many aviation related things (sorry about
bringing the thread back on topic) when it comes to certification
standards. The barriers to innovation are too big, and the system works
"well enough".

Jose
--
The monkey turns the crank and thinks he's making the music.
for Email, make the obvious change in the address.
  #223  
Old August 27th 06, 06:58 AM posted to rec.aviation.piloting
Don Tuite
external usenet poster
 
Posts: 319
Default "It works well enough" (was $640.00 to fill the tanks...)

On Sun, 27 Aug 2006 03:17:11 GMT, Jose
wrote:

FORTRAN has single-handedly set science back ten years. The same is true for HTML and the web.

Howso?


Insomuch as it was good enough to get the job done, while preserving
(and cementing in standards) its atrocious parts. FORTRAN is (for me)
the king of spaghetti code. Though it was common enough before FORTRAN,
the FORTRAN compilers got so good it wasn't worth recoding what was
already done - so things were made to work with it.


"Before" FORTRAN? That was 1957. (I punched my first dusty deck for
the 1620 in 1963 -- using FORTRAN IV.) COBOL was 1960 and RPG a few
years after that. Before FORTRAN was ML and assembly language. Boy
if you want to talk about bad programming, show me someone who
inserted undocumented assembly routine calls into FORTRAN to show how
cleverly he could take advantage or architectural peculiarities.

Don
  #224  
Old August 27th 06, 08:36 AM posted to rec.aviation.piloting
Grumman-581[_1_]
external usenet poster
 
Posts: 491
Default "It works well enough" (was $640.00 to fill the tanks...)

On Sun, 27 Aug 2006 03:17:11 GMT, Jose
wrote:
Insomuch as it was good enough to get the job done, while preserving
(and cementing in standards) its atrocious parts. FORTRAN is (for me)
the king of spaghetti code.


Damn, I hate it when someone keeps changing the message subject on a
thread...

FORTRAN does not have to be spaghetti code... Even before they had an
if-then-else structure in the language, we were able to simulate it by
the way that we structured our 'if's and 'go to's... For example:

if (x .lt. 5) go to 100
y = 6
z = 7
go to 200
100 y = 7
z = 8
200 (the next outside the pseudo-if-then-else clause)

Now, since we only had 6 character variable names to work with and
minimal characters on a single line, the above indentations offen did
not occur... All in all, I like 'C'... It is clean and efficient... If
I'm presented with any FORTRAN code these days, I'll convert it to 'C'
if at all possible...
  #225  
Old August 27th 06, 08:54 AM posted to rec.aviation.piloting
Grumman-581[_1_]
external usenet poster
 
Posts: 491
Default $640.00 to fill the tanks...

On Sun, 27 Aug 2006 01:45:11 GMT, Matt Whiting
wrote:
You forgot the "s" on character. :-)


Yeah, that too... grin

There was a successor to APL called 'J' that used the ASCII character
set and provided the same functionality as APL... Kind of loses the
flavor of the language when you get rid of all the funky characters
though...

For certain things, I like APL... It makes for a great interactive
calculator... I wish that I had had a laptop with an APL interpreter
on it when I was taking my Linear Algebra course way back in my
undergraduate days... Of course, I don't think that laptops were even
around back then... If there were any, they were the large plasma
screen units that had to be plugged into a wall and still weighed a
ton... I think that were classified as 'portable'... Still, that was
better than the previous generation of Compaqs which were 'lugable' --
basically the size of a suitcase...
  #226  
Old August 27th 06, 11:04 AM posted to rec.aviation.piloting
Roger[_4_]
external usenet poster
 
Posts: 677
Default $640.00 to fill the tanks...

On Sun, 27 Aug 2006 01:21:33 GMT, Grumman-581
wrote:

On Sun, 27 Aug 2006 01:13:45 GMT, Jose
wrote:
FORTRAN has single-handedly set science back ten years. The same is
true for HTML and the web.


Compared to what else was available at the time, it was good... Of
course, it doesn't have the character of APL... evil-grin


Doesn't have pointers or linked lists either. :-))
The two most difficult were data base design and working out well
beyond any useful "normal form" and compiler design in straight C
before ANSI C when it did little if any type checking and made the
assumption the programmer knew what he, or she was doing. It'd
basically let you do most any thing with, or to anything.

When I started on my masters at a different university they had the
same course out of the same book, but it was two terms and 8 credit
hours (and a whole lot easier, but they wouldn't let me take it
again). I was the only one in the class who wrote an input scanner
with current and next state arrays. Every one else used logic
statements.

Roger Halstead (K8RI & ARRL life member)
(N833R, S# CD-2 Worlds oldest Debonair)
www.rogerhalstead.com
  #227  
Old August 27th 06, 11:06 AM posted to rec.aviation.piloting
Roger[_4_]
external usenet poster
 
Posts: 677
Default $640.00 to fill the tanks...

On Sun, 27 Aug 2006 03:01:08 GMT, Jose
wrote:

Compared to what else was available at the time, it was good.


Yes, that was the problem. It was good. It kept getting better, and
spaghetti code became ubiquituos. We still need to know Italian.


Spaghetti code? With the introductory courses were allowed the grand
total of *one* goto statement or its equivalent per program.
In higher level we needed to have a good explanation if we used even
one.




Jose

Roger Halstead (K8RI & ARRL life member)
(N833R, S# CD-2 Worlds oldest Debonair)
www.rogerhalstead.com
  #228  
Old August 27th 06, 01:52 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default $640.00 to fill the tanks...

Roger wrote:
On Sun, 27 Aug 2006 01:21:33 GMT, Grumman-581
wrote:


On Sun, 27 Aug 2006 01:13:45 GMT, Jose
wrote:

FORTRAN has single-handedly set science back ten years. The same is
true for HTML and the web.


Compared to what else was available at the time, it was good... Of
course, it doesn't have the character of APL... evil-grin



Doesn't have pointers or linked lists either. :-))
The two most difficult were data base design and working out well
beyond any useful "normal form" and compiler design in straight C
before ANSI C when it did little if any type checking and made the
assumption the programmer knew what he, or she was doing. It'd
basically let you do most any thing with, or to anything.


Sure it does. You just haven't looked at FORTRAN lately... :-)

Matt
  #229  
Old August 27th 06, 01:53 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default "It works well enough" (was $640.00 to fill the tanks...)

Jose wrote:

FORTRAN has single-handedly set science back ten years. The same is
true for HTML and the web.


Howso?



Insomuch as it was good enough to get the job done, while preserving
(and cementing in standards) its atrocious parts. FORTRAN is (for me)
the king of spaghetti code. Though it was common enough before FORTRAN,
the FORTRAN compilers got so good it wasn't worth recoding what was
already done - so things were made to work with it.

The mess we have on the web is due to the original limitations of HTML
(both conceptual and in implementation) and the kludges required to get
around it, and the kludges web designers use to get around the kludges
that get around the original limitations. It will take a revolution to
kill that beast.

The same can be said of many aviation related things (sorry about
bringing the thread back on topic) when it comes to certification
standards. The barriers to innovation are too big, and the system works
"well enough".


Oh, so you are one who blames poor workmanship on the tools.

Matt
  #230  
Old August 27th 06, 03:06 PM posted to rec.aviation.piloting
Jose[_1_]
external usenet poster
 
Posts: 1,632
Default "It works well enough" (was $640.00 to fill the tanks...)

Damn, I hate it when someone keeps changing the message subject on a
thread...


Damn, I hate it when the thread subject bears no relation to the message
itself...

Even before they had an
if-then-else structure in the language, we were able to simulate it


Yes. Goto is extremely powerful. I even used it once in C. But its
ubiquitousness made it very vulnerable (you can go to anywhere - there
is no "come from" statement). When structured programming was made part
of the language, a lot changed - it was much easier to make code that
didn't require grated cheese to be palatable.

Jose
--
The monkey turns the crank and thinks he's making the music.
for Email, make the obvious change in the address.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flt. 800 Anniversay: Exploding Fuel Tanks STILL In Airline Planes!!! Free Speaker General Aviation 3 July 24th 06 06:06 PM
Exposed Electrical Wires in Boeing 737 Fuel Tanks! Larry Dighera Piloting 0 July 17th 06 06:13 PM
Fuel Tanks C172 [email protected] Owning 1 May 2nd 06 05:45 AM
F-104 in Viet Nam Question Don Harstad Military Aviation 2 August 28th 04 08:40 AM
Long-range Spitfires and daylight Bomber Command raids (was: #1 Jet of World War II) The Revolution Will Not Be Televised Military Aviation 20 August 27th 03 09:14 AM


All times are GMT +1. The time now is 03:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.