• Apr 26, 2011

    MovieRatings

    A little side project I did when learning about Clojure was to grab movie ratings from Rotten Tomatoes, which I did a post about here:http://justinsboringpage.blogspot.com/2011/01/grabbing-rotten-tomatoes-movie-ratings.htmlThis is just an update that...

  • Jan 11, 2011

    View Data from the Clojure REPL

    Here's a nice debugging feature in Clojure. The inspect module lets you look at variables in a popup JFrame. The two examples below show how you quickly view data in...

  • Dec 15, 2010

    F# vs C#

    Nice article comparing directly some code written in C# vs one in F#http://sharp-gamedev.blogspot.com/2010/12/on-performance-of-f-on-xbox-360.htmlWhat's interesting is that now that VM's are starting to become the new platforms, we are starting to...