Re: Do all programming languages use files?
- From: "Ed Prochak" <ed.prochak@xxxxxxxxxxxxxxxxxx>
- Date: 30 Aug 2005 10:10:05 -0700
Richard Heathfield wrote:
> gswork@xxxxxxxxxxxx said:
>
> > it may be more interesting to ask if there is anything that *all
> > programming languages* have in common*
>
> My three cents: Sequence, selection, and iteration.
>
> --
> Richard Heathfield
> "Usenet is a strange place" - dmr 29 July 1999
> http://www.cpax.org.uk
> Email rjh at the above domain
Iteration is not necessarily common to ALL languages.
Obviously iteration can be done in a language with just Sequence,
selection, and GOTO. (consider a language like BASIC but without the
FOR loop)
And there is the less obvious language with Sequence, selection, and
functions (as long as recursion is allowed, iteration can be
implemented via recursion).
and How about languages with only sequence and selection (The loops are
implied in nonprocedural languages like SQL.)
So even finding common ground among programming languages may be very
tough.
ed
.
- Follow-Ups:
- Re: Do all programming languages use files?
- From: Richard Heathfield
- Re: Do all programming languages use files?
- References:
- Do all programming languages use files?
- From: Past
- Re: Do all programming languages use files?
- From: gswork
- Re: Do all programming languages use files?
- From: Richard Heathfield
- Do all programming languages use files?
- Prev by Date: Re: GNU Public Licences Revisited (again)
- Next by Date: Re: Do all programming languages use files?
- Previous by thread: Re: Do all programming languages use files?
- Next by thread: Re: Do all programming languages use files?
- Index(es):
Relevant Pages
|