Haskell decision making

30.05.2007 - 19:59 UTC

A few days ago, while I was implementing something in PL/SQL for that dreaded Oracle Forms project I had to code some scary if-else construct spanning two logic checks that depending on the combinati...read more

Functional Programming and Quantum Computing

24.05.2007 - 12:33 UTC

Some effort goes into simulating a Quantum computer on a classical one, omitting the fact that such a simulation becomes arbitrarily slow due to the fact that a qubit encodes more information than a ...read more

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
0 1 2 3 4 5 6 7 8 9 10 11 12 13