sathish316

↗ HN profile [ 87.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Emacs for Scala functional programming course (languageagnostic.wordpress.com)
  2. Twitter has scaling needs because it has reached beyond the scale of SMS and they are trying to store all the tweets. SMS networks don't have any scaling needs. Why aren't we thinking of SMS/SMTP/bittorrent like…

  3. Gitwall is a card wall or todo list for all your Github projects. It is built using Clojure, Mongo and Bootstrap.

  4. IIT Video lectures (nptel.iitm.ac.in)
  5. Y-combinator in Scheme (gist.github.com)

    From Little Schemer

  6. Show HN: Learn Clojure from your Browser (clojurekoans.herokuapp.com)

    Noir/Cloud9 port of Clojure koans by Aaron Bedra of Relevance https://github.com/functional-koans/clojure-koans

  7. Learn Ruby Metaprogramming using koans or tests to progressively learn metaprogramming concepts

  8. 8 Things I Learnt from a Migration Project (travisneotyler.wordpress.com)
  9. Methodology X and Goats (languageagnostic.blogspot.com)
  10. Learning Scheme in Emacs (languageagnostic.blogspot.com)
  11. Hacking Clojure in Emacs (languageagnostic.blogspot.com)
  12. R and Emacs (languageagnostic.blogspot.com)

    A brief guide to getting started with R in Emacs

  13. Writer Monad and List Monad explained using a javascript unit test. Code is from the article: Best introductions to monad translated from Haskell to Javascript…