Received: by 10.68.129.169 with SMTP id nx9mr41556pbb.2.1333134317244; Fri, 30 Mar 2012 12:05:17 -0700 (PDT) Path: z9ni19649pbe.0!nntp.google.com!news2.google.com!postnews.google.com!x17g2000yqj.googlegroups.com!not-for-mail From: ccc31807 Newsgroups: comp.lang.lisp,comp.emacs,comp.lang.python,comp.lang.perl.misc Subject: Re: Is Programing Art or Science? Date: Fri, 30 Mar 2012 11:49:23 -0700 (PDT) Organization: http://groups.google.com Lines: 18 Message-ID: References: NNTP-Posting-Host: 74.253.150.38 Mime-Version: 1.0 X-Trace: posting.google.com 1333134317 14024 127.0.0.1 (30 Mar 2012 19:05:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Mar 2012 19:05:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x17g2000yqj.googlegroups.com; posting-host=74.253.150.38; posting-account=OyGH9gkAAAAg4_Gs9og0GplVokAqVdn_ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Programming is neither an art nor a science, but a trade. It's not an art in the sense of painting, music, dance, poetry, etc., because the objective isn't to make a beautiful something, but to give instructions to a machine to accomplish some useful task. It's not a science in the sense of either physics and chemistry (experimental) or geology or astronomy (observational) or cosmology or psychology (theoretical) because the objective isn't to test hypothetical s against data, but to give instructions to a machine to accomplish some useful task. Obviously, it's very much connected with art (e.g., user interface design) and science (e.g., artificial intelligence) but the practice of giving instructions to a machine is more like assembling machines in a factory than the pursuit of an art or the practice of a science. CC.