Monday, August 19, 2013

Using F# on iOS - need to build from source for monodevelop

If you're starting to use F# on iOS using Xamarin.iOS, you'll need to build some parts from source.  I submitted a patch to the instructions that should eventually end up on the F# foundation website.  In the meantime, you can see the instructions here in my github fork.

Saturday, August 10, 2013

v50 of AndroidProguardScala released

Just released v50 of the AndroidProguardScala Eclipse plugin. Installation instructions are here, and if you're a current user you can pick it up by asking Eclipse to check for updates.

Changes:

  • Update to latest version of dependencies (Scala 2.10.2, Scalaz 7.0.2)
  • Better checking for Proguard errors

Thursday, August 1, 2013

Glassware in Scala and Scalaz

I've been working on a Scala port of one of the Glassware samples. You'll find the code here on Github.

It has examples of a few really useful Scalaz features.  In particular, it has a bunch of examples of using EitherT in for-comprehensions.