From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,f3bebae566a54cab X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o10g2000prn.googlegroups.com!not-for-mail From: steveh44 Newsgroups: comp.lang.ada Subject: Re: Some exciting new trends in concurrency and software design Date: Tue, 21 Jun 2011 02:36:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <8a5765ba-622a-42cd-9886-28ed7cfed31e@s17g2000yqs.googlegroups.com> <4dff5be5$0$6565$9b4e6d93@newsspool3.arcor-online.net> <9b65f3c7-caee-440f-99ed-0b257221ce58@m24g2000yqc.googlegroups.com> NNTP-Posting-Host: 67.182.12.139 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1308648999 32626 127.0.0.1 (21 Jun 2011 09:36:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 21 Jun 2011 09:36:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o10g2000prn.googlegroups.com; posting-host=67.182.12.139; posting-account=dArY5goAAACVgnTF8Y7E-pBk26kN9X3c User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.8 NET_mmhpset,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19967 Date: 2011-06-21T02:36:31-07:00 List-Id: On Jun 20, 4:56=A0pm, jonathan wrote: > > Functional programming doesn't appeal to me, I also tried FP, and I did not like it either. I could write some cool looking code, which does something amazing in few lines, but when I come back few days later and look at it, I find myself struggling to understand it. FP seems to be good for short programs. But try to build a large software system with it, and things start falling apart quickly. Steve