Skip to content

Instantly share code, notes, and snippets.

@zerokarmaleft
Created October 10, 2012 17:12
Show Gist options
  • Save zerokarmaleft/3866997 to your computer and use it in GitHub Desktop.
Save zerokarmaleft/3866997 to your computer and use it in GitHub Desktop.
Reading list
(def books
{{:title "Eloquent Ruby" :tags [:ruby]}
{:title "Design Patterns in Ruby" :tags [:ruby :oop]}
{:title "Practical Object-Oriented Design in Ruby" :tags [:ruby :oop]}
{:title "Let Over Lambda" :tags [:common-lisp :lisp :fp]}
{:title "Pearls of Functional Algorithms" :tags [:haskell :fp]}
{:title "Functional Data Structures" :tags [:ml :haskell :fp]}
{:title "Learn You a Haskell for Great Good" :tags [:haskell :fp]}
{:title "The Little MLer" :tags [:ml :fp]}
{:title "Hadoop: The Definitive Guide" :tags [:java :hadoop :data]}
{:title "Growing Object-Oriented Software, Guided by Tests" :tags [:oop]}
{:title "Lisp in Small Pieces" :tags [:lisp :fp]}
{:title "Paradigms of Artificial Intelligence Programming" :tags [:common-lisp :lisp :fp]}
{:title "The Art of the Metaobject Protocol" :tags [:common-lisp :lisp :oop]}
{:title "Object-Oriented Programming in Common Lisp" :tags [:common-lisp :lisp :oop]}
{:title "Machine Learning for Hackers" :tags [:R :data]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment