Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pblasucci/deepdiveap
Deep Dive into Active Patterns
https://github.com/pblasucci/deepdiveap
dotnet fsharp pattern-matching presentation
Last synced: 25 days ago
JSON representation
Deep Dive into Active Patterns
- Host: GitHub
- URL: https://github.com/pblasucci/deepdiveap
- Owner: pblasucci
- License: mpl-2.0
- Created: 2020-04-01T22:41:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T09:27:30.000Z (about 3 years ago)
- Last Synced: 2023-03-12T09:57:57.966Z (almost 2 years ago)
- Topics: dotnet, fsharp, pattern-matching, presentation
- Language: F#
- Size: 126 KB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Deep Dive into Active Patterns
===This repository provides a concise, but thorough, review of one of F#'s more-powerful features -- Active Patterns! This feature allows one to extend the pattern-matching capabilities of the language. Active patterns help improve a declarative style of coding. And are critical for tasks such as: integrating procedural APIs, constructing embedded DSLs, and much more. The session first tours the "breathe" of the feature. Then follows a discussion of the underlying mechanics. Finally, a few different "worked examples" are reviewed in-depth. Attendees are encouraged to pose questions throughout, but they will only be answered at the conclusion of the presentation. This talk is aimed at advanced beginners who are familiar with F#’s general syntax and usage.
---
#### Getting Started
After cloning this repository:
```sh
dotnet tool restore
dotnet paket restore
```Then optionally (but strongly recommended):
```sh
dotnet paket generate-load-scripts
```---
#### Contributors
Special thanks to the following folks who have helped to improve the quality of this presentation and its asscicated materials:
* [Romain Deneau](https://github.com/rdeneau)
---
#### License
All source code, documentation, presentations, and other materials are licensed
under version 2.0 of the [Mozilla Public License][1] (`MPL-2.0`). See [LICENSE.txt](./LICENSE.txt) for full details.[1]: https://www.mozilla.org/en-US/MPL/2.0/