Re: Separating algorithms from implementations (long)

Toon Moene <toon@moene.indiv.nluug.nl>
8 Sep 2000 02:28:55 -0400

          From comp.compilers

Related articles
Seprerating algorithms from implementations (long) TSharp@Serif.com (Toby Sharp) (2000-08-27)
Re: Separating algorithms from implementations (long) westin@graphics.cornell.edu (2000-09-07)
Re: Separating algorithms from implementations (long) mal@bewoner.dma.be (Lieven Marchand) (2000-09-07)
Re: Separating algorithms from implementations (long) noelw@dai.ed.ac.uk (Noel Welsh) (2000-09-08)
Re: Separating algorithms from implementations (long) joachim_d@gmx.de (Joachim Durchholz) (2000-09-08)
Re: Separating algorithms from implementations (long) toon@moene.indiv.nluug.nl (Toon Moene) (2000-09-08)
Re: Separating algorithms from implementations (long) dara_gallagher@my-deja.com (Dara Gallagher) (2000-09-09)
Re: Separating algorithms from implementations (long) jthorn@galileo.thp.univie.ac.at (2000-09-09)
Re: Separating algorithms from implementations (long) dara_gallagher@my-deja.com (Dara Gallagher) (2000-09-13)
Re: Separating algorithms from implementations (long) fjh@cs.mu.OZ.AU (2000-09-13)
Re: Separating algorithms from implementations (long) nr@labrador.eecs.harvard.edu (2000-09-23)
| List of all articles for this month |

From: Toon Moene <toon@moene.indiv.nluug.nl>
Newsgroups: comp.compilers
Date: 8 Sep 2000 02:28:55 -0400
Organization: Moene Computational Physics, Maartensdijk, The Netherlands
References: 00-08-124 00-09-017
Keywords: assembler

The Moderator Wrote:


> [There are certainly higher level languages than C. I would guess that
> people have addressed this kind of question in Lisp. -John]


Off-topic.


There are even higher level *assembly* languages than C. I once
needed a "parser" that would read a comma separated string of
keyword=value pairs in a VAX assembler program.


It just took one loop over


MATCHC ....
MOVC3 ....


instructions.


Then I thought, well - lets describe what happens here in C, so that my
successor knows what I meant to be done here.


After 3 aborted attempts I gave up in horror.
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Post a followup to this message

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