https://github.com/davidraab/playground
Just a playground for a lot of ideas. Mostly 1 file scripts.
https://github.com/davidraab/playground
Last synced: about 2 months ago
JSON representation
Just a playground for a lot of ideas. Mostly 1 file scripts.
- Host: GitHub
- URL: https://github.com/davidraab/playground
- Owner: DavidRaab
- License: other
- Created: 2022-07-18T14:05:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T18:50:11.000Z (over 1 year ago)
- Last Synced: 2025-02-21T19:38:31.104Z (over 1 year ago)
- Language: F#
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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