David Corking on 2009-07-03
Without understanding the state of the art, you can't discover (or invent) the next big thing.
This link has been bookmarked by 60 people . It was first bookmarked on 01 Aug 2006, by Anders.
advocacy for broader CS and MIS education
David Corking on 2009-07-03
Without understanding the state of the art, you can't discover (or invent) the next big thing.
Joel waxes eloquent on JavaScript and functional programming languages. He points out the value of Google's "MapReduce" and the search advantage they have over Microsoft. Good stuff.
Can Your Programming Language Do This?
Can Your Programming Language Do This? - Functional Programming etc...
Good discussion on basic functional programming
Article on the flexibility of Javascript.
A great description of map(), reduce(), and other foundations of functional programming.
mark on 2006-08-01
why yes C++ can and does - check out boost::lambda and boost::function
ZENG Jie on 2006-08-06
C++ is a multi-paradigm language, things like boost and stl are not completely object oriented. The technique enabling anonymous functions is called generic programming. C++ is powerful and complex:D
Public Stiky Notes
See 'std::for_each' for an example. boost::lambda adds the ability to perform these operations with anonymous methods too.
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.