[aklug] Re: Xmonad (again) / Functional Programming

From: Christopher Howard <christopher.howard@frigidcode.com>
Date: Sun Apr 17 2011 - 23:24:23 AKDT

On 04/17/2011 07:18 PM, Joshua J. Kugler wrote:
> On Friday 15 April 2011, Christopher Howard elucidated thus:
>> Anyway, I'll try to lay off blabbing about Xmonad for a while. Right
>> now I'm going through a Haskell tutorial... don't know if I'll end up
>> being a Haskell programmer, but the little I've learned so far has
>> been quite interesting. I'm hoping that some of the ideas from this
>> "functional" programming paradigm will help me overcome some of the
>> challenges I face whenever I try to start a large programming
>> project. Seems like I often get mired down in dealing with all the
>> complexity in the interaction between the objects in the program as
>> well as the order of how issues should be resolved.
>
> Here's my take on OO/functional/procdural from few years back. My views
> haven't changed much, if any.
>
> http://jjncj.com/blog/archives/127-Objects-have-failed...maybe...kind-of.html
>
> j
>

Does Python support tail call optimization (that is, tail-recursive
functions without a growing stack)? Pretty important, I believe, for
serious functional programming. Apparently my Ruby 1.8 install doesn't
have it, but I think it is available in Ruby 1.9.

-- 
frigidcode.com
theologia.indicium.us
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Sun Apr 17 23:24:07 2011

This archive was generated by hypermail 2.1.8 : Sun Apr 17 2011 - 23:24:07 AKDT