Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidraab/playground

Just a playground for a lot of ideas. Mostly 1 file scripts.
https://github.com/davidraab/playground

Last synced: 1 day ago
JSON representation

Just a playground for a lot of ideas. Mostly 1 file scripts.

Awesome Lists containing this project

README

        

# 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