[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Low-level vs. High-level programming
- Subject: Re: Low-level vs. High-level programming
- From: "Randy McLaughlin" <randy@nospam.com>
- Date: Tue, 24 Jun 2003 11:42:30 -0500
- Newsgroups: comp.sys.cbm, comp.sys.apple2, rec.games.video.classic, comp.os.cpm
- References: <b3qo6h$5ar$1@barad-dur.nas.com> <bd5fsv$qli$5@titan.btinternet.com> <bd6942$1595$1@merope.saaf.se> <bd6if8$829$5@titan.btinternet.com> <bd901e$22pj$1@merope.saaf.se> <bd96m2$omr$5@hercules.btinternet.com>
- Xref: archiver1.google.com comp.sys.cbm:59290 comp.sys.apple2:31858 rec.games.video.classic:59385 comp.os.cpm:13541
"Kevin Lawton" <kepla@btinternet.com> wrote in message
news:bd96m2$omr$5@hercules.btinternet.com...
<snip>
> I have used Cobol and/or Fortran on over a dozen different platforms and
in
> every case I can recall it does not require any extension of the language
in
> order to link to a module whos source code was written in another
language.
> Whatever the source language, It is compiled to object code and is then
> linked to other object modules to become an executable. Of course, with
the
> exception of interpreted languages like BASIC or Java. It is thus the
> function of the object linker to resolve references between modules. It
> requires no extension or mis-use of the source language.
You may not have read the post correectly. The post was to refute the
statement that someone made that to be a complete computer programming
language you must be able to do anything you can do with asm. Having a
program that links to a program written in asm does not show that cobol or
other programs can do the same thing as asm.
I do agree that the ability to link to other languages extends the power of
languages.