Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/davidraab/playground
- Owner: DavidRaab
- License: other
- Created: 2022-07-18T14:05:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T16:07:59.000Z (6 days ago)
- Last Synced: 2025-01-02T17:24:03.252Z (6 days ago)
- Language: F#
- Size: 1.78 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