Haunted by PI - changing a number's base in Haskell

15.05.2007 - 21:15 UTC

I was looking back at Christoph's ruby code and was thinking that by now I should be able to implement that algorithm in Haskell. Indeed, one of my solutions looks like that: out x | x >=...read more

Function composition in C#3.0 (Stay calm, gather information and then do the right thing)

12.05.2007 - 21:11 UTC

In the last post I was talking about how we could create the natural Haskell function composition operator into C# and my first solution (also contained as the Functional assembly in the attached...read more

How much Haskell can I squeeze out of C#?

10.05.2007 - 10:52 UTC

You know all this talk about a new language every year and that it should be something different, etc. Since functions are playing a more & more important role in C#, I thought that it would make sen...read more

Trying to LINQ it all together (Pt. I) - Epilogue

29.04.2007 - 19:22 UTC

In the last post I said that I thought I'd have a bug in the keyword-based LINQ expression building. Of course, this is bollocks and not of the dog variety. In my defense, the documentation I ha...read more

Trying to LINQ it all together (Pt. I)

25.04.2007 - 21:33 UTC

Yeah, yeah, we've all done our from thingy in stuff where thingy.Age > 26 , etc., etc. I wanted to try something else for starters. I fired up my March CTP Orcas and got myself a Person (as u...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17