If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Monday, October 14, 2013

Modeling a poker game in Scala

WORK IN PROGRESS. If I find the time ideally i'd like to develop a PLAY2.x app using AKKA actors to orchestrate the poker game. Would be a very nice exercise. :)

Saturday, October 12, 2013

transforming non tail recursive functions in tail recursive ones

raising and handling exceptions in ML

Using nested pattern matching (ML)

Pattern matching on each-of types (bad vs good style) ML

Examples of using polymorphic datatypes ML

Using pattern matching instead of using head or tail

Simple example of using a recursive datatype (ML)

Datatypes in ML

Records and tuples as syntactic sugar for records (ML)

Tuesday, October 8, 2013

A taste of programming in ML

Taking a new course Proglang which started this week. So expect more to follow on what I learn.