Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: comp.lang.python Subject: Re: Experiences/guidance on teaching Python as a first programming language Date: Wed, 29 Jan 2014 03:09:20 +0000 (UTC) Organization: Public Access Networks Corp. Lines: 29 Message-ID: References: <20131212213602.806ef8fd2626ca6f34bc83d6@gmx.net> <20131216213225.2006b30246e3a08ee241a191@gmx.net> NNTP-Posting-Host: panix2.panix.com X-Trace: reader1.panix.com 1390964960 6079 166.84.1.2 (29 Jan 2014 03:09:20 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Wed, 29 Jan 2014 03:09:20 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Xref: csiph.com comp.lang.python:64928 In article <20131216213225.2006b30246e3a08ee241a191@gmx.net>, Wolfgang Keller wrote: >> > And ever after that experience, I avoided all languages that were >> > even remotely similar to C, such as C++, Java, C#, Javascript, PHP >> > etc. >> >> I think that's disappointing, for two reasons. Firstly, C syntax isn't >> that terrible. > >It's not just the abysmally appalling, hideously horrifying syntax. At >about everything about C is just *not* "made for human beings" imho. > >It's just an un-language that gets at about everything wrong. Sort of >like Microsoft's products. > >Sincerely, > >Wolfgang > I don't see how you could create a better high-level LOW-LEVEL language. And that pointer "*" syntax is really ingenious. (After all, the guys who created it and those who first used it (at Bell Labs) WERE all geniuses!) David