Re: Dumbing down?
- From: "Jens Teich" <info@xxxxxxxxxxxx>
- Date: Fri, 25 May 2007 01:13:03 +0200
Jeff Rollin wrote:
A friend (who should know better than I) and myself both agree that an
understanding of maths is necessary to be able to program.
So why do so many introductory textbooks insist that it isn't?
Or they excuse, like the elisp tutorial I just had a glance at:
| Some people dislike examples using arithmetic; however, if
| you are such a person, do not despair. Hardly any of the code we will
| study in the remainder of this introduction involves arithmetic or
| mathematics. The examples mostly involve text in one way or another.
The example introduced with this excuse is
| (defun multiply-by-seven (number)
| "Multiply NUMBER by seven."
| (* 7 number))
So the rest is more about text. Hm. My friend and I agree that you have
to be a poet to learn elisp :)
-Jens
.
- References:
- Dumbing down?
- From: Jeff Rollin
- Dumbing down?
- Prev by Date: Re: Trying to redefine a macro
- Next by Date: Re: Dumbing down?
- Previous by thread: Re: Dumbing down?
- Next by thread: Re: Dumbing down?
- Index(es):