By mswatcher
via strangelights.com
Published: Sep 04 2008 / 08:14
As mentioned in my previous post, I’ve been reading “Collective Intelligence” by Toby Segaram and I’m really enjoying in it. It’s different to a lot of programming books, in that rather than focusing a specific language or API it focus on a particular set of problems and shows techniques that can be used to crack them.
For example I’ve known for a long time that it’s easy to create an abstract syntax tree (AST) in F#:
Add your comment