ILoggable

A place to keep my thoughts on programming

Category Archives: scala

List comprehension over non-enumerables in C#

As I was trying to finish up my C# implementation of Try[A] for Scando, I ran into some LINQ issues. Or at least I thought I did. Using the LINQ syntax kept failing to call my extension methods and instead … Continue reading

April 14, 2013 geek, scala , ,

Scala in the key of C#: Option

Update: Since I first released Option, I’ve realized that it implementing IEnumerable was unneccesary to use LINQ syntax and actually made it less useful. I’ve updated the post to reflect these changes to Option. Currently reading Daniel Westheide‘s excellent “Neophyte’s … Continue reading

March 29, 2013 geek, scala ,