» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with functional + blog

Everyday monads - A++ [Eric Torreborre's Blog]

Abstraction is the bread and butter of our trade, right? The problem is that when you abstract too much, you don't always know where you came from and why. You see? The sentence above is already very abstract ;-). Let's try to be more concrete. I want to

scala: del.icio.us/tag/scala

λ Tony's blog λ " Blog Archive " scala.Option Cheat Sheet

def option[A, X](o: Option[A])(none: => X, some: => A => X): X =

scala: del.icio.us/tag/scala

Everyday monads - A++ [Eric Torreborre's Blog]

Eric Torrebore describes a simple "validation results" monad. The concept is useful, but I'm turned off by the non-symbolic method used (?~!).

scala: del.icio.us/tag/scala

Scala Blog: Fun with Project Euler and Scala

Some nice Scala solutions to a few of the Project Euler problems that may help get your head around functional programming.

scala: del.icio.us/tag/scala

Micah Elliott: A Single Command to Get Started on Functional Programming

Functional Programming is old. Ancient. Like right after FORTRAN. But it's the future. Trust me, I'm named after the dude who knew about Jesus 700 years early.

Haskell: del.icio.us tag/haskell

Page 1 | Next >>