Schlagwort-Archive: Filter

Prime number calculation in one line of code

Within this article I want to show you how to calculate prime numbers in F# by writing only one line of code. This shows the strength and elegance of functional programming languages. In the first step we want to think … Weiterlesen

Veröffentlicht unter .NET, F# | Verschlagwortet mit , , | Kommentar hinterlassen

Higher-order functions

One basic feature of functional programming languages is to use functions like variables. Therefore functions may be used as parameters in calculations or even as parameters for other functions. This allows to write very clean code which reduces redundancy. Within … Weiterlesen

Veröffentlicht unter .NET, F# | Verschlagwortet mit , | 1 Kommentar

PowerShell: CSV to XML

I think all of you know the following issue: A colleague or customer gave you a data file and you want to open the file with your existing programs. And in most cases the format of the file does not … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , , , | 1 Kommentar