One Mistake After Another
Thursday, May 3, 2012
The Essence of Dynamic Typing
›
Dynamic vs Static typing discussions exist probably since Bertrand Russel tried to formalize set theory and somebody questioned his prefere...
7 comments:
Sunday, February 26, 2012
Using laziness to improve the performance of Haskell programs
›
To improve the performance of a program the only solution is to reduce the amount of work it does. In Haskell we have three options: Repl...
1 comment:
Tuesday, December 20, 2011
Understanding higher-order code for free
›
Recently Rahul Goma Phulore asked for an intuition to understand the Haskell expression: (∙ repeat) ∙ take In Haskell both (f ∙) an...
Wednesday, November 23, 2011
Understanding Object Systems
›
There are some regular discussions on programming that are quite boring, but from time to time you can find new thoughts lurking there. Usin...
2 comments:
Saturday, August 20, 2011
What is the meaning of source code?
›
Today I was thinking about literals in source code and what is their meaning. I ended up in a conversation with @msimoni and we were talkin...
Home
View web version