Tagged Questions

1
vote
1answer
86 views

Problem when using python xoltar toolkit, error raised when employ closure

Recently I've been reading some materials about functional programming in Python, one of them is here: http://www.ibm.com/developerworks/linux/library/l-prog2/index.html I type the code: from ...
1
vote
0answers
82 views

Higher order functions: automatic generation vs manual definition

I'm trying to delay evaluation for a bit, and so I prefer to work with functions as long as possible. I have class Function which defines composition and pointwise arithmetics for functions: from ...
1
vote
0answers
111 views

Network tools, functional programming style

I'm gonna be honest here: when it comes to functional programming, I never went further than reading about it or solving simple problems. Despite loving the idea of concise, easy-to-maintain source ...