Re: new programming language idea

From: >parr\(*> (gniKyruaL_at_tenretnitb.moc)
Date: 08/07/04


Date: Sat, 7 Aug 2004 05:05:35 +0000 (UTC)


"Acid Pooh" <poohonlsd@yahoo.com> wrote in message
news:d7ba1f79.0408051457.37836651@posting.google.com...
| ">parr\(*>" <gniKyruaL@tenretnitb.moc> wrote in message
news:<cenc65$58g$1@sparta.btinternet.com>...
| > "|-|erc" <gotch@beauty.com> wrote in message
| > news:ZPoPc.28831$K53.755@news-server.bigpond.net.au...
| > | all functions have the following format.
| > |
| > |
| > | function fname (param list)
| > | while true
| > | ...
| > | ...
| > | wend
| > | end //function
| > |
| > |
| > | and flow control is achieve without loops, since the while ...
wend
| > would
| > | be invisible, by using a break command.
| > |
| > So each function is an independently scheduled process? I wrote
a
| > compiler for a language like that a few decades ago. Useful for
| > continuous systems simulation and for control systems.
|
| I've always been impressed by people writing compilers. What
language
| did you write it in? I would imagine a combination of C and asm,
but
| then again, I suppose it's possible to write one in any language,
at
| least in theory.

Assembler ('PLAN' on UK machine ICL 1900) many many years ago. The
language being compiled was fortran-like and allowed fortran
inclusions with the output being in fortran. The analysis of fortran
was the hard part. There was another hard part, the integration
calculations, but that was done by someone else. I just remembered
another hard part. Travelling 10 miles to 'The Computer' each day
looking at the results of the run submitted the day before, and
seeing it had a stupid compilation error.

Yes, you can write in any language provided it has good string
handling capabilities. We had thought at one time to use fortran,
but it was terrible at handling strings.

--
)>==ss$$%PARR(º>   Parr


Relevant Pages

  • Re: Choice of programming language
    ... Language choice is a deeply religious issue, ... I also don't know how well the Fortran compilers are ... Do you have a bunch of money to drop on a compiler, ... other data structures? ...
    (sci.math.num-analysis)
  • Re: Fortran 2003 and F
    ... >> As the Fortran language keeps getting bigger, ... Walt's F compiler doesn't have ... what part of object-oriented programming ...
    (comp.lang.fortran)
  • Re: Python is far from a top performer according to benchmark test...
    ... >> Okay seems that you don't know a lot about compiler writing. ... >> Fortran does not have this problem so a lot of optimizations can be ... GNU Fortran uses the same backend as ... > language on which optimizations are done. ...
    (comp.lang.python)
  • Re: National Labs, Fortran, and free compilers
    ... The Salford Fortran ... > dollars on a programming course in order to learn an obsolete language ... We actually have a site license for the Slaford compiler. ... > graduate student, the lack of a tool such as Fortran 95 compiler will ...
    (comp.lang.fortran)
  • Re: "STL from the Ground Up"
    ... high-level intermediate language than can interoperate with many other ... If your language lacks expressive features then you cannot write code ... memory management in comparison. ... Mostly because type errors mean that the programmer and compiler disagree ...
    (comp.programming)