[Off topic] Software epigrams

Fábio Santos fabiosantosart at gmail.com
Wed May 15 13:49:34 EDT 2013


On 15 May 2013 18:29, "Neil Cerutti" <neilc at norwich.edu> wrote:
>
> On 2013-05-13, F?bio Santos <fabiosantosart at gmail.com> wrote:
> >
> > On 13 May 2013 19:48, "Neil Cerutti" <neilc at norwich.edu> wrote:
> >>
> >> On 2013-05-13, Skip Montanaro <skip at pobox.com> wrote:
> >> >> 8. A programming language is low level when its programs
> >> >> require attention to the irrelevant.
> >> >>

(...)

> > It's not a tautology in disguise. Irrelevant != low level. When
> > low level details are relevant to the scope of my program, I
> > use a low level language.
>
> It is a tautology is disguise. When you use a low level language,
> low level details are relevant to the scope of your program.
>
> --
> Neil Cerutti
> --
> http://mail.python.org/mailman/listinfo/python-list

I don't see it that way. I think relevance and level are two unrelated
concepts.

For example, in python you are handling irrelevant things if you are trying
to start a program and redirecting its standard output into another
program's standard input instead of just using the shell and a pipe to do
it.

And in C you are just at the right level to write something for a
microchip, but then again you are doing a load of irrelevant stuff if you
need to work numbers larger than the maximum permitted.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130515/39a8b3d6/attachment.html>


More information about the Python-list mailing list