9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Re: Plan9 Programming languages ! -- PASCAL?
@ 2001-12-13 21:52 bwc
  2001-12-13 23:56 ` [9fans] Pascal for Plan9: a HOWTO Skip Tavakkolian
  2001-12-13 23:57 ` [9fans] Re: Plan9 Programming languages ! -- PASCAL? Andrew Simmons
  0 siblings, 2 replies; 3+ messages in thread
From: bwc @ 2001-12-13 21:52 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

On the subject of Pascal, you really need to look at Oberon.
Niklaus Wirth continued to evolve Algol after Pascal.
Oberon is a real language, and it overcomes all of Kernighan's
objections to Pascal.  (All except the ones that have now been
put into C, like defining procedures before referencing them).

Oberon has many of the desirable traits of Limbo; compile and runtime
typechecking, garbage collection.  It compiles into native code so it
executes faster for embedded stuff (what I do).

Also, it inspired acme.  (the Oberon OS, not the language)

I hope to have Oberon running on Plan 9 someday in the distant
future.

  Brantley

[-- Attachment #2: Type: message/rfc822, Size: 1622 bytes --]

From: David Gordon Hogan <dhog@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Re: Plan9 Programming languages ! -- PASCAL?
Date: Wed, 12 Dec 2001 16:50:47 -0500
Message-ID: <20011212215052.F2DE7199ED@mail.cse.psu.edu>

> > Why?  What use would it be?
>
> Writting software ! <G> What * use * else...

I've never found Pascal to be particularly useful
for writing software.  I understand that it was
originally intended for teaching purposes, but
there are some tasks which are so difficult to
do correctly with Pascal that you have to learn
how to program again when you start using a
real language, like C.

And then there's Basic...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-13 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-13 21:52 [9fans] Re: Plan9 Programming languages ! -- PASCAL? bwc
2001-12-13 23:56 ` [9fans] Pascal for Plan9: a HOWTO Skip Tavakkolian
2001-12-13 23:57 ` [9fans] Re: Plan9 Programming languages ! -- PASCAL? Andrew Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).