Programming Wilderness
Pages
(Move to ...)
Home
▼
Wednesday, August 29, 2012
JavaScript Patterns - From Padawan, to Jedi master
›
I recently purchased the JavaScript Patterns kindle edition written by Stoyan Stefanov. I had read his Web Performance Daybook a couple of...
Tuesday, May 1, 2012
Are Good Programmers Good at Maths
›
I was reading an interesting argument on SO. The topic of discussion was that conventional wisdom suggests that good programmers are also g...
Wednesday, March 7, 2012
Honey, I Introduced Agile In My Company
›
People are always resistant to change, and moving to scrum is a pretty big one. Motivation and direction are key. My group has recently g...
4 comments:
Wednesday, January 25, 2012
Pattern Matching and Guards are Fundamentally Different
›
Pattern Matching and Guards are fundamentally quite different! At least in Haskell, at any rate. Function using pattern matching check ...
Wednesday, December 28, 2011
The mysterious case of $ and $! in Haskell
›
Has anybody noticed the difference in Haskell between the operators ($) and ($!)? ($!) is strict function application. That is, it evalua...
›
Home
View web version