Skip navigation

Fun with parentheses

Oh… I almost forgot what fun it is to learn functional programming. During one of the semesters in university, we took “Functional programming” course. It was a new world of something that I hadn’t seen before, so unusual, so charming.
That new world of lists and operations on them was something “weird” because it wasn’t similar [...]

Beautiful JavaScript

If you don’t use JavaScript and not interested in learning it, you can stop reading now.
What always disappointed me in books on JavaScript is the fact that authors seldom separate JavaScript from Web programming. Thus, most books on JavaScript provide the description of features (syntax, built-in objects) and then jump to DHTML, DOM, AJAX and [...]