Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Learning Lisp

Received: by 10.68.241.98 with SMTP id wh2mr1520696pbc.7.1336638871217;
        Thu, 10 May 2012 01:34:31 -0700 (PDT)
Path: pr3ni9274pbb.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
Date: Thu, 10 May 2012 11:34:29 +0300
From: Alex Mizrahi <alex.mizr...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
MIME-Version: 1.0
Newsgroups: comp.lang.lisp
Subject: Re: Learning Lisp
References: <866f3c88-3bc9-4744-8608-9830f85d59ed@l7g2000vbz.googlegroups.com> <871umvk2mi.fsf@gmail.com> <4fa90311$0$286$14726298@news.sunsite.dk> <job7v7$n7p$1@dont-email.me> <4fa96d92$0$290$14726298@news.sunsite.dk> <jodhpk$f0f$1@dont-email.me> <4faa897c$0$282$14726298@news.sunsite.dk> <joe63v$a7q$1@dont-email.me>
In-Reply-To: <joe63v$a7q$1@dont-email.me>
Lines: 32
Message-ID: <4fab7d96$0$294$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 46.150.96.87
X-Trace: news.sunsite.dk DXC=Xi88iG3`ZYPl<TLD@03MfXYSB=nbEKnk[W2Tk@mP1@A[mIU[I3RaIBX8OOk^m8EQVXE;hILY7RfMUH7;\^cn]kG[[>5DcfahoQU
X-Complaints-To: staff@sunsite.dk
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

>> So I guess you meant that arithmetic is pretty much irrelevant for
>> solving physics problems just like typing is irrelevant for
>> programming :)

> No. You might be able to get away at school level without arithmetic (by
> which I really mean "being really fluent with numbers") but you get
> screwed later on.

Huh? At school level people work with concrete numbers, but on more 
advanced level there are barely any numbers in formulas.

I don't know much above physics above school level, but I've got M.Sc. 
applied math degree without being particularly good at arithmetics.
We had only a couple of courses which actually involved arithmetics, and 
teachers admitted that they are not just computerized enough.
(Later I've actually developed a program which allowed students to solve 
concrete linear optimization problems with numbers (to practice 
understanding of the algorithm) without wasting their times on 
calculations.)

> I know this because at a slightly different level it's what happened to
> me: I was lazy, didn't practice enough boring mathematical methods
> stuff, and that lack of fluency came back and bit me later.

Math =/= arithmetics.

Essential difference is that arithmetics in mechanical while math is 
like puzzle-solving. We can offload the former to computers, but not the 
later, as it requires actual thinking.

If you're confusing purely mechanical skills like typing and arithmetics 
with problem solving, well, I understand how it bit you.