Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 707 Bytes

File metadata and controls

20 lines (15 loc) · 707 Bytes

My Playground

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.

Rights

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.

Files

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