Explore >> Select a destination


You are here

arturoherrero.com
| | dsyme.home.blog
2.4 parsecs away

Travel
| | In a previous blog post I mentioned Simon Cousins and his explanation of why F# programming was effective for his recent enterprise work. Robert Pickering mentions that Simon wil be one of the speakers at the Functional Programming eXchange 2011on March 18, 2011, speaking on F# in the Enterprise. Other speakers include Simon Peyton Jones,...
| | danielpecos.com
3.4 parsecs away

Travel
| | Function composition is one the key features (among others) of functional programming. Programming languages that offer higher order functions as a feature can potentially use function composition. But, still, programmers need to be aware of some key concepts to successfully apply this pattern in our code. Function composition, as defined on Wikipedia, isan act or mechanism to combine simple functions to build more complicated ones. In other words, we can define new functions, equivalent to the result of...
| | www.pythonmorsels.com
7.3 parsecs away

Travel
| | Articles and blog posts on the Python programming language, with a focus on Python best practices.
| | thetechsolo.wordpress.com
21.4 parsecs away

Travel
| Knot is a network server as well as Haboob. The difference is the concurrency model: Knot is thread-based, instead Haboob is event-based [9]. Clearly, from the benchmark results, the poll()/epoll() mechanism is a serious bottleneck as soon as the number of active concurrent clients become relevant (in the specific case, at 16384 clients the trashing...