Re: Do all programming languages use files?




Past wrote:
> I was doing a research to see if all the programming languages ever
> written have atleast some small level capability of successfully
> writing and reading from files?
>
> Can any one help? Thanks.

i can't imagine a language devised from an embedded system that never
sees a file would, for instance.

it may be more interesting to ask if there is anything that *all
programming languages* have in common*


*with the exception of a) causing flamewars about languages or b)
causing initially reasonable discussions regarding turing completeness
that soon sink into flamewars!

.



Relevant Pages

  • Re: Do all programming languages use files?
    ... I was doing a research to see if all the programming languages ever ... written have atleast some small level capability of successfully ... Disclaimer: I am in no way responsible for any of the statements ...
    (comp.programming)
  • Re: Do all programming languages use files?
    ... >>>I was doing a research to see if all the programming languages ever ... >>>written have atleast some small level capability of successfully ... C does *NOT* have file I/O. ...
    (comp.programming)
  • Re: Do all programming languages use files?
    ... >I was doing a research to see if all the programming languages ever ... >written have atleast some small level capability of successfully ... but it lacks explicit file I/O capabilities. ... persistant storage is handled by making everything persistant. ...
    (comp.programming)
  • Re: Do all programming languages use files?
    ... Scott Moore writes: ... >> I was doing a research to see if all the programming languages ever ... >> written have atleast some small level capability of successfully ... for file I/O. ...
    (comp.programming)