Browse the archive

Page 3 of the blog index.

Latest posts

Recent writing, technical notes and archived essays.

Lesser known Clojure: letfn form

we will get compiler exception: Unable to resolve symbol: decrease in this context. We get this error, because let form bounds symbols (print-number, decrease) to their respective expressions in the top down order. This means that...

Read article

NDepend 6

Again I get from Patrick Smacchia an opportunity to test new version of *NDepend* - this time version 6. If you don't know, NDepend is a tool that measure and present information about code metrics in your .Net code. It can run as...

Read article