I made a presentation, you can have a look the slides: ClojureScript at first sight.
I made a presentation, you can have a look the slides: ClojureScript at first sight
People are tending to realize now that version control and issue tracking are more closely related. Distributed version control seems...
Even if you just want write a modest desktop version of Hello World, you’ll realize that you need tens of...
Debugging is a recursive process to find out the value of a variable or expression what gets executed, or mostly,...
In the debugger part of Lambdebug, the currently executing functions is displayed with the current sub-expression highlighted. You would see...
A short foreword about love and hate, => (first []) ; I love it nil => (nth [] 0) ;...
You can find many posts on how to overcome writer’s block. Some books devote a whole chapter to this issue. ...