Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
FORTRAN IV program illustrating assigned GO TO on web site
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 126 - 150 of 284 - Collapse all  -  Translate all to Translated (View all originals) < Older  Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
glen herrmannsfeldt  
View profile  
 More options Aug 18 2007, 1:42 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: glen herrmannsfeldt <g...@ugcs.caltech.edu>
Date: Sat, 18 Aug 2007 09:42:25 -0800
Local: Sat, Aug 18 2007 1:42 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

John Ahlstrom wrote:

(snip)

> Wasn't Fortran/H for 360 written in Fortran IV for 7090
> and then bootstrapped?  Or was that the 3rd party Fortran
> IBM bought when Fortran/H was late?

Fortran H is about half written in Fortran and half assembly.

I know that 7090's were used a lot for simulations of S/360
during development so it would be possible they were also
used for compiler bootstrapping.  Maybe even assemblers that
would run directly on the 7090.  It does seem to have a lot
of ASSIGNed GOTOs.

Fortran G is the 3rd party implementation.  It is written in
some other assembly-like language, implemented as OS/360
macros.

G0506    BALR     G0097,G0111             BALR  A,B
          IEYFLP   G0025                   FLP   DMY DIMENSION ROLL
          IEYRSV   G0016                   RSV   TEMP ROLL
#050601  IEYMOA   G0025                   MOA   DMY DIMENSION ROLL
          IEYJAF   #050603                 JAF   #3
          IEYW1P   SNE                     W1P   SNE
          IEYJAT   #050602                 JAT   #2
          IEYMOA   G0025                   MOA   DMY DIMENSION ROLL
          IEYW1P   ASP                     W1P   ASP
          IEYRSV   G0016                   RSV   TEMP ROLL
          IEYJSB   G0507                   JSB   CALCULATE DMY DIM
          IEYREL   G0016                   REL   TEMP ROLL
          IEYJUN   #050601                 JUN   #1
#050602  IEYMON   G0016                   MON   TEMP ROLL
          IEYMOA   G0025                   MOA   DMY DIMENSION ROLL
          IEYMON   G0016                   MON   TEMP ROLL
          IEYJUN   #050601                 JUN   #1

-- glen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:27 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:27:53 -0400
Local: Sat, Aug 18 2007 3:27 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Walter Bushell wrote:
>> (As an aside,
>> though perhaps not a totally irrelevant one, note that Fortran II is
>> certainly _a_ difficult language in which to write Fortran 2003.)

> Especially if you have to handle recursion.

Precisely.  Other language features might be a pain, but that one's the deal
breaker.  Of course it _could_ be done.

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:29 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:29:43 -0400
Local: Sat, Aug 18 2007 3:29 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Walter Bushell wrote:
> In article <yzlabspvs4e....@news.dtpq.com>,
>  cst...@news.dtpq.com (Christopher C. Stacy) wrote:

>> Quadibloc <jsav...@ecn.ab.ca> writes:
>> > There *was* a Russian-language dialect of ALGOL; I remember seeing
>> > that described in a book about one of their computers.

>> In Russia, labels GOTO *you*!

> And the execute the operator operation is not a joke.

Classic article: "GOTO Siberia considered harmful".

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:31 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:31:51 -0400
Local: Sat, Aug 18 2007 3:31 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Who says they are?

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
glen herrmannsfeldt  
View profile  
 More options Aug 18 2007, 4:37 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: glen herrmannsfeldt <g...@ugcs.caltech.edu>
Date: Sat, 18 Aug 2007 12:37:23 -0800
Local: Sat, Aug 18 2007 4:37 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
Peter Flass wrote:

(snip)

> That's a bad wrap. One of the design goals for PL/I was eas of learning,
> and I think the designers succeeded.  With no reserved words you can
> learn whatever subset of the language you need without worrying about
> the parts you don't.  IBM published a couple of small manuals "PL/I for
> FORTRAN programmers", and "PL/I for commercial programmers" that
> introduce the language as FORTRAN-like or COBOL-like.

IBM also wrote Fortran to PL/I and COBOL to PL/I conversion
programs.  I believe at one time they hoped to use those to
convert everyone to PL/I, and avoid writing Fortran and COBOL
compilers.  That obviously didn't happen.

> There are a few features of the language that are confusing, but
> basically the language is very orthogonal and there are few special cases.

At least compared to Fortran 66 (or Fortran IV) it should be somewhat
easier to learn.  Many of the strange restrictions of Fortran,
especially on DO loops and places you could use expressions were
removed.

One interesting difference, though:  In PL/I formatted
(EDIT directed) output, it stops just after the last list
time is printed, instead of continuing onto until just
before the next item would be needed.

1     FORMAT(1X,F15.3///)

will print blank lines after the last (or only) item.

ONE: FORMAT(X(1),F(15,3),SKIP(3));

won't use the SKIP format item, after the last number
is printed.  One of those non-obvious differences.

-- glen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:35 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:35:40 -0400
Local: Sat, Aug 18 2007 3:35 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

krw wrote:
> In article <03kcc3tltbdrtn09fs1o1p1fdjjjatv...@4ax.com>,
> mcc...@millcomm.com says...
>> In alt.folklore.computers Quadibloc <jsav...@ecn.ab.ca> wrote:

>> >Roland Hutchinson wrote:
>> >> It is, for example, conceivable that some dialect of BASIC might be
>> >> the easiest in which to "write Fortran" in that sense.

>> >Perhaps second easiest.

>> >PL/I would almost certainly take top honors IMO.

Now that you mention it, that sounds about right.

It's not even surprising when you think about it, given that the design
critera of the language were basically to come up with something that would
out-Fortran Fortran, out-Algol Algol, and out-Cobol Cobol.

APL might (perhaps uniquely) be in the running for both the easiest and the
hardest language to write Fortran in.

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:41 pm
Newsgroups: alt.folklore.computers
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:41:15 -0400
Local: Sat, Aug 18 2007 3:41 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

James Raynard wrote:
> (Bluffer's guide to becoming a German
> philosopher: stick two arbitrary words together, then write an unreadable
> tome basing an entire system of thought on the resulting compound noun).

It's not as simple as that.  You can also use three words, but the third one
has to be "Prinzip".

It also helps if you can arrange to have the resulting tome translated into
equally impenetrable French, but the ultimate coup is getting it translated
into English with translator's footnotes that exceed the length of the
translated text by at least a factor of two.

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:44 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:44:38 -0400
Local: Sat, Aug 18 2007 3:44 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Peter Flass wrote:
> Frank McCoy wrote:
>> Perhaps ... But that doesn't take into account the horrid ramp-up of
>> learning PL/I in the first place.

> That's a bad wrap.

It looks okay to me; correctly wrapped at around column 70.

> One of the design goals for PL/I was eas of learning,
> and I think the designers succeeded.  With no reserved words you can
> learn whatever subset of the language you need without worrying about
> the parts you don't.

This part, I can agree with.  That was no small accomplishment.

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 3:48 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 15:48:17 -0400
Local: Sat, Aug 18 2007 3:48 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

But are all priests believers?

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
krw  
View profile  
 More options Aug 18 2007, 4:22 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: krw <k...@att.bizzzz>
Date: Sat, 18 Aug 2007 16:22:54 -0400
Local: Sat, Aug 18 2007 4:22 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
In article <proto-872BA8.10201818082007@032-325-
625.area1.spcsdns.net>, pr...@oanix.com says...

> In article <yzlabspvs4e....@news.dtpq.com>,
>  cst...@news.dtpq.com (Christopher C. Stacy) wrote:

> > Quadibloc <jsav...@ecn.ab.ca> writes:
> > > There *was* a Russian-language dialect of ALGOL; I remember seeing
> > > that described in a book about one of their computers.

> > In Russia, labels GOTO *you*!

> And the execute the operator operation is not a joke.

EPI (Execute Programmer Immediate) instruction?

--
  Keith


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Flass  
View profile  
 More options Aug 18 2007, 4:30 pm
Newsgroups: alt.folklore.computers
From: Peter Flass <Peter_Fl...@Yahoo.com>
Date: Sat, 18 Aug 2007 16:30:54 -0400
Local: Sat, Aug 18 2007 4:30 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

This is still a sign of a massive national inferiority complex.  Few
other countries feel the need to support their national language by
edict.  In the US there is lots of advertising in most world languages,
no English translation required.  The "english only" movement is not, as
far as I know, attempting to suppress this, but only to make sure
government business is transacted in English, and that school children
learn English as a first language.  Personally, I think the profusion of
languages adds a little color to the passing scene.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Hutchinson  
View profile  
 More options Aug 18 2007, 4:55 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Roland Hutchinson <my.spamt...@verizon.net>
Date: Sat, 18 Aug 2007 16:55:03 -0400
Local: Sat, Aug 18 2007 4:55 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

You seem to have a very odd idea of how language works in
non-English-speaking countries.

--
Roland Hutchinson              Will play viola da gamba for food.

NB mail to my.spamtrap [at] verizon.net is heavily filtered to
remove spam.  If your message looks like spam I may not see it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank McCoy  
View profile  
 More options Aug 18 2007, 5:12 pm
Newsgroups: alt.folklore.computers
From: Frank McCoy <mcc...@millcomm.com>
Date: Sat, 18 Aug 2007 16:12:59 -0500
Local: Sat, Aug 18 2007 5:12 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
In alt.folklore.computers Peter Flass <Peter_Fl...@Yahoo.com> wrote:

Um (Very stupidly), here in the USofA, there are people who are trying
to make this "An English Speaking Country" by edict.  Never mind that
many people were here speaking other languages and NOT English when we
took over those territories (now states).

--
    _____
     /  '               / ™
  ,-/-, __  __.  ____  /_
 (_/   / (_(_/|_/ / <_/ <_

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
krw  
View profile  
 More options Aug 18 2007, 5:58 pm
Newsgroups: alt.folklore.computers
From: krw <k...@att.bizzzz>
Date: Sat, 18 Aug 2007 17:58:57 -0400
Local: Sat, Aug 18 2007 5:58 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
In article <i2oec3520k9tdd4n9i75s3s88g6umu0...@4ax.com>,
mcc...@millcomm.com says...

It's not stupid at all.  *ALL* government operations should be in
English, particularly schools.  NO ONE was speaking English or any
other language when we took over any territories.  Get over it,
English is the language of the US.  Anyting else is *stoopid*.

<snipped trailing stuff you didn't respond to>

--
  Keith


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
D. J.  
View profile  
 More options Aug 18 2007, 7:07 pm
Newsgroups: alt.folklore.computers
From: D.J. <alphmo...@cableone.net>
Date: Sat, 18 Aug 2007 17:07:13 -0600
Local: Sat, Aug 18 2007 7:07 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
On Sat, 18 Aug 2007 16:12:59 -0500, Frank McCoy
<mcc...@millcomm.com> wrote:

]Um (Very stupidly), here in the USofA, there are people who are trying
]to make this "An English Speaking Country" by edict.  Never mind that
]many people were here speaking other languages and NOT English when we
]took over those territories (now states).

Most of my ancestors didn't speak English of any sort.

I have no problem with there being an official language here,
English. All official transactions should be conducted in one
language. English is just fine for that.

Yeah, some of my ancestors were forced to learn English. But these
days it is possible to learn any of the languages of any of my
ancestors.

JimP.
--
http://www.linuxgazette.net/ Linux Gazette
http://crestar.drivein-jim.net/blog/ August 16, 2007 1E AD&D blog
http://www.drivein-jim.net/ August 12, 2007: Drive-In movie theatres
http://poetry.drivein-jim.net/ poetry blog July 9, 2007


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank McCoy  
View profile  
 More options Aug 18 2007, 8:21 pm
Newsgroups: alt.folklore.computers
From: Frank McCoy <mcc...@millcomm.com>
Date: Sat, 18 Aug 2007 19:21:02 -0500
Local: Sat, Aug 18 2007 8:21 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
In alt.folklore.computers krw <k...@att.bizzzz> wrote:

Three words:
New Mexico and California.

--
    _____
     /  '               / ™
  ,-/-, __  __.  ____  /_
 (_/   / (_(_/|_/ / <_/ <_


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
krw  
View profile  
 More options Aug 18 2007, 8:42 pm
Newsgroups: alt.folklore.computers
From: krw <k...@att.bizzzz>
Date: Sat, 18 Aug 2007 20:42:02 -0400
Local: Sat, Aug 18 2007 8:42 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
In article <663fc3tep9u2cmvpgsg00gvc5b9qi5s...@4ax.com>,
mcc...@millcomm.com says...

That's four.

Ok, everyone born before the Mexican-American war can keep on
speaking Spanish.  They can even file their taxes in Spanis if
that'll make you happy.

--
  Keith


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bernd Felsche  
View profile  
 More options Aug 18 2007, 10:16 pm
Newsgroups: alt.folklore.computers
From: Bernd Felsche <ber...@innovative.iinet.net.au>
Date: Sun, 19 Aug 2007 10:16:17 +0800
Local: Sat, Aug 18 2007 10:16 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

D.J. <alphmo...@cableone.net> wrote:
>Frank McCoy ><mcc...@millcomm.com> wrote:
>>Um (Very stupidly), here in the USofA, there are people who are
>>trying to make this "An English Speaking Country" by edict.  Never
>>mind that many people were here speaking other languages and NOT
>>English when we took over those territories (now states).
>Most of my ancestors didn't speak English of any sort.
>I have no problem with there being an official language here,
>English. All official transactions should be conducted in one
>language. English is just fine for that.
>Yeah, some of my ancestors were forced to learn English. But these
>days it is possible to learn any of the languages of any of my
>ancestors.

I doubt it. Most of the e.g. German dialects have been diluted by
"standard" German and if there are any speakers, they are 80 years
or more old. Many languages that were alive in 1900, now have no
more speakers. I guess that the same goes for native American
languages and provincial dialects in "developed" regions.

You can't learn a language properly without having to think in it
for day-to-day use.
--
/"\ Bernd Felsche - Innovative Reckoning, Perth, Western Australia
\ /  ASCII ribbon campaign | The object of life is not to be on the side of
 X   against HTML mail     | the majority but to escape finding oneself in
/ \  and postings          | the ranks of the insane.  -- Marcus Aurelius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brooks Moses  
View profile  
 More options Aug 18 2007, 10:47 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Brooks Moses <bmoses-nos...@cits1.stanford.edu>
Date: Sat, 18 Aug 2007 19:47:52 -0700
Local: Sat, Aug 18 2007 10:47 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Roland Hutchinson wrote:
> Richard Harter wrote:

>> Now there's a competetion for you - what language is the hardest to
>> write fortran in?

> For the sake of symmetry, we should also ask what language is the easiest to
> write Fortran in.

Why, the easiest language to write _any_ program you want to write (when
you're not doing real work), of course: HQ9+ [1].

- Brooks

[1] http://www.cliff.biffle.org/esoterica/hq9plus.html

--
The "bmoses-nospam" address is valid; no unmunging needed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quadibloc  
View profile  
 More options Aug 18 2007, 11:30 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Quadibloc <jsav...@ecn.ab.ca>
Date: Sat, 18 Aug 2007 20:30:42 -0700
Local: Sat, Aug 18 2007 11:30 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Roland Hutchinson wrote:
> Walter Bushell wrote:
> > Especially if you have to handle recursion.

> Precisely.  Other language features might be a pain, but that one's the deal
> breaker.  Of course it _could_ be done.

Having written a program in BASIC with a recursive subroutine (using
an array to save certain variables in) I know that by replacing
ASSIGNed GO TO by computed GO TO, one could do it *even* in the
original FORTRAN if one had to.

For a subroutine to call itself, even if in FORTRAN II doing it the
first time you could use a conventional subroutine call, the other
calls would have to use those old mechanisms as well.

John Savard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quadibloc  
View profile  
 More options Aug 18 2007, 11:33 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Quadibloc <jsav...@ecn.ab.ca>
Date: Sat, 18 Aug 2007 20:33:34 -0700
Local: Sat, Aug 18 2007 11:33 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Brooks Moses wrote:
> Why, the easiest language to write _any_ program you want to write (when
> you're not doing real work), of course: HQ9+ [1].

HQ9+ is not a complete language, and it is impossible to write in it
many programs that can be written in other languages: it does not meet
the conditions of the Church-Turing thesis.

Although it is impossible to write FORTRAN in HQ9+, therefore, that
language is disqualified from the competition.

John Savard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quadibloc  
View profile  
 More options Aug 18 2007, 11:37 pm
Newsgroups: alt.folklore.computers
From: Quadibloc <jsav...@ecn.ab.ca>
Date: Sat, 18 Aug 2007 20:37:13 -0700
Local: Sat, Aug 18 2007 11:37 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

Roland Hutchinson wrote:
> It also helps if you can arrange to have the resulting tome translated into
> equally impenetrable French, but the ultimate coup is getting it translated
> into English with translator's footnotes that exceed the length of the
> translated text by at least a factor of two.

The book "On the Sensations of Tone" by Helmholtz (available in a
Dover edition) just about qualifies - and yet the book and the
footnotes were readable and interesting.

It contributed greatly to my web page at

http://www.quadibloc.com/other/musint.htm

John Savard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quadibloc  
View profile  
 More options Aug 18 2007, 11:47 pm
Newsgroups: alt.folklore.computers
From: Quadibloc <jsav...@ecn.ab.ca>
Date: Sat, 18 Aug 2007 20:47:12 -0700
Local: Sat, Aug 18 2007 11:47 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site

krw wrote:
> In article <i2oec3520k9tdd4n9i75s3s88g6umu0...@4ax.com>,
> mcc...@millcomm.com says...
> > Um (Very stupidly), here in the USofA, there are people who are trying
> > to make this "An English Speaking Country" by edict.  Never mind that
> > many people were here speaking other languages and NOT English when we
> > took over those territories (now states).

> It's not stupid at all.  *ALL* government operations should be in
> English, particularly schools.  NO ONE was speaking English or any
> other language when we took over any territories.  Get over it,
> English is the language of the US.  Anyting else is *stoopid*.

That is preposterous.

Immigrants have the obligation to learn the language of the country
they came to. They chose to accept this obligation.

But pushing around people who are residing in *their own national
homeland*?

We do not tolerate this when foreign countries do it, and we should
set a good example. It is true that due to the overwhelming dominance
of the English language economically, very few Native Americans - or
Hawaiians - would seriously not wish to bother with learning English,
but rejecting the notion, out of hand, of providing them with the
opportunity to do so is unreasonable.

On the other hand, as far as I know, all those people of Hispanic
ancestry in the United States who lived there *at the time* such
places as Texas, New Mexico, and California were acquired by the
United States - and, of course, all those people in the United States
of Hispanic ancestry whose *ancestors* were in the United States at
that time - speak English quite well, thank you.

Thus, I have no objection to Americans resisting being *taken over* by
foreigners, and resisting any attempt to give _Spanish_ any kind of
official status in the United States of America. There is simply no
Spanish-speaking community in the United States which is entitled to
linguistic rights.

Unlike, for example, the French-speaking community of the Province of
Quebec. But although in this respect Canada has shown itself to be
enlightened, we still haven't made Inuktitut a third official language
of Canada, equal to French in status.

John Savard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Quadibloc  
View profile  
 More options Aug 18 2007, 11:53 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Quadibloc <jsav...@ecn.ab.ca>
Date: Sat, 18 Aug 2007 20:53:28 -0700
Local: Sat, Aug 18 2007 11:53 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
Roland Hutchinson wrote:
> Walter Bushell wrote:
> > In article <yzlabspvs4e....@news.dtpq.com>,
> >  cst...@news.dtpq.com (Christopher C. Stacy) wrote:
.
> >> In Russia, labels GOTO *you*!

> > And the execute the operator operation is not a joke.

> Classic article: "GOTO Siberia considered harmful".

Russia is resuming long-range bomber flights, in an effort to aid the
alertness of U.S. military personnel.

And it just recently conducted a joint military exercise with the
People's Republic of China.

For a democracy, they're sure giving the impression that they're still
up to their old tricks.

And, of course, the tragedy and bloodshed in Bosnia was not prevented
by the United States thanks to threats - from *Gorbachev*!

It's bad enough that China and terrorism are two serious threats the
United States faces now. Despite their economic difficulties (and
China's military buildup), Russia has rather a larger nuclear
capability than China even now, at least from what I read in the
newspapers.

John Savard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve O'Hara-Smith  
View profile  
 More options Aug 18 2007, 5:16 pm
Newsgroups: alt.folklore.computers, comp.lang.fortran
From: Steve O'Hara-Smith <ste...@eircom.net>
Date: Sat, 18 Aug 2007 22:16:39 +0100
Local: Sat, Aug 18 2007 5:16 pm
Subject: Re: FORTRAN IV program illustrating assigned GO TO on web site
On Sat, 18 Aug 07 10:12:23 GMT

jmfbah...@aol.com wrote:
> Easiest to learn and the most efficient editor man ever invented.

        Ah vi :)

--
C:>WIN                                      |   Directable Mirror Arrays
The computer obeys and wins.                | A better way to focus the sun
You lose and Bill collects.                 |    licences available see
                                            |    http://www.sohara.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 126 - 150 of 284 < Older  Newer >
« Back to Discussions « Newer topic     Older topic »