Nach Ordnungsbegriffen durchsuchen

Road to Reality - Continued Fractions
03 Juni 07 07:34 | realfiction - TrivadisContent
Saturday my new book arrived - The Road to Reality by Roger Penrose . This is a much appraised book. The saying goes that it is somewhat too complex to be understood by the minds that, let's say, usually deal with stuff that has not much connection...
Haskell decision making
30 Mai 07 09:59 | realfiction - TrivadisContent
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 combination gave four different results. if a=true and b=true...
Haunted by PI - changing a number's base in Haskell
15 Mai 07 11:15 | realfiction - TrivadisContent
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: read more
How much Haskell can I squeeze out of C#?
10 Mai 07 12:52 | realfiction - TrivadisContent
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 sense to have a look at a language that has been functional...