Often to try out things I create a script first. This folder is also usuable as a reference to F# features or Programming techniques in general.
Content is under CC0. Copy and use everything as you want. I would be happy if you mention me if you do some derivate work or use some of the ideas i present here, but it is not required by CC0.
| File Name | Description |
|---|---|
| Alben/ | Perl Database Examples |
| activePatterns.fsx | F# Active Patterns |
| alphaExpression.fsx | Example of an DSL |
| applicative_list.fsx | Applicative Example for List |
| applicative_result.fsx | Applicative Example for Result |