Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45383
| References | (4 earlier) <mailman.1642.1368478473.3114.python-list@python.org> <avhumdFft7tU1@mid.individual.net> <CAA=1kxR+Syu=TUY17EMkgn-+hUnZMOdmrkfi6gZ5OOTpVf1aNg@mail.gmail.com> <mailman.1712.1368640178.3114.python-list@python.org> <avi2crFggb1U1@mid.individual.net> |
|---|---|
| Date | 2013-05-16 01:21 +0100 |
| Subject | Re: [Off topic] Software epigrams |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1726.1368663721.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On 15 May 2013 19:33, "Neil Cerutti" <neilc@norwich.edu> wrote: > > On 2013-05-15, F?bio Santos <fabiosantosart@gmail.com> wrote: > >> It is a tautology is disguise. When you use a low level > >> language, low level details are relevant to the scope of your > >> program. > > > > 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. > > If you need numbers larger than the maximum permitted then all > the code you write to handle them is relevant. > > If I want to bake bread I hope I don't have to till a garden, > plant the wheat, harvest the wheat, and grind the wheat. But > gardening is relevant to bread baking weather or not I do it. > > -- > Neil Cerutti > -- > http://mail.python.org/mailman/listinfo/python-list Then memory management t is relevant to every python program even though it's done by the interpreter? And in Java we have factories, builders and builderfactories. What's so relevant about them? Java is high level, no?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[Off topic] Software epigrams Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-13 09:20 +0000
Re: [Off topic] Software epigrams "marduk@python.net" <marduk@python.net> - 2013-05-13 10:56 -0400
Re: [Off topic] Software epigrams Chris Angelico <rosuav@gmail.com> - 2013-05-14 03:47 +1000
Re: [Off topic] Software epigrams Skip Montanaro <skip@pobox.com> - 2013-05-13 13:02 -0500
Re: [Off topic] Software epigrams Neil Cerutti <neilc@norwich.edu> - 2013-05-13 18:42 +0000
Re: [Off topic] Software epigrams Fábio Santos <fabiosantosart@gmail.com> - 2013-05-13 21:49 +0100
Re: [Off topic] Software epigrams Neil Cerutti <neilc@norwich.edu> - 2013-05-15 17:24 +0000
Re: [Off topic] Software epigrams Fábio Santos <fabiosantosart@gmail.com> - 2013-05-15 18:49 +0100
Re: [Off topic] Software epigrams Neil Cerutti <neilc@norwich.edu> - 2013-05-15 18:27 +0000
Re: [Off topic] Software epigrams Fábio Santos <fabiosantosart@gmail.com> - 2013-05-16 01:21 +0100
Re: [Off topic] Software epigrams Neil Cerutti <neilc@norwich.edu> - 2013-05-16 14:23 +0000
Re: [Off topic] Software epigrams Chris Angelico <rosuav@gmail.com> - 2013-05-17 00:37 +1000
Re: Software epigrams rusi <rustompmody@gmail.com> - 2013-05-16 08:06 -0700
Re: Software epigrams Chris Angelico <rosuav@gmail.com> - 2013-05-17 01:19 +1000
python 2.7 vs 2.5 inq1ltd <inq1ltd@inqvista.com> - 2013-05-15 16:56 -0400
sendmail smtplib.SMTP('localhost') Where is the email? inq1ltd <inq1ltd@inqvista.com> - 2013-05-30 15:48 -0400
Re: sendmail smtplib.SMTP('localhost') Where is the email? Chris Angelico <rosuav@gmail.com> - 2013-05-31 08:13 +1000
Re: sendmail smtplib.SMTP('localhost') Where is the email? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-30 19:23 -0400
Re: [Off topic] Software epigrams Chris Angelico <rosuav@gmail.com> - 2013-05-14 04:12 +1000
Re: [Off topic] Software epigrams Dan Sommers <dan@tombstonezero.net> - 2013-05-14 03:08 +0000
Re: [Off topic] Software epigrams Chris Angelico <rosuav@gmail.com> - 2013-05-14 13:28 +1000
Re: Software epigrams rusi <rustompmody@gmail.com> - 2013-05-15 20:55 -0700
csiph-web