Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eminencegrs/fp-in-fs
Exercises to the book "Functional Programming Using F#" written by Michael R. Hansen and Hans Rischel
https://github.com/eminencegrs/fp-in-fs
dotnet fsharp fsharp-exercises fsharp-practice fsharp-samples functional-programming
Last synced: about 1 month ago
JSON representation
Exercises to the book "Functional Programming Using F#" written by Michael R. Hansen and Hans Rischel
- Host: GitHub
- URL: https://github.com/eminencegrs/fp-in-fs
- Owner: eminencegrs
- License: gpl-3.0
- Created: 2024-01-20T18:17:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:46:44.000Z (9 months ago)
- Last Synced: 2024-09-30T06:22:26.057Z (about 2 months ago)
- Topics: dotnet, fsharp, fsharp-exercises, fsharp-practice, fsharp-samples, functional-programming
- Language: F#
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functional Programming in F#
Exercises to the book __Functional Programming Using F#__ written by __Michael R. Hansen__ and __Hans Rischel__.
#### Statuses
[![.NET Build](https://github.com/eminencegrs/fp-in-fs/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/eminencegrs/fp-in-fs/actions/workflows/dotnet.yml)
[![Code Coverage](https://codecov.io/gh/eminencegrs/fp-in-fs/graph/badge.svg?token=CW5LJZM9VW)](https://codecov.io/gh/eminencegrs/fp-in-fs)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/eminencegrs/fp-in-fs?tab=GPL-3.0-1-ov-file)## Structure
- โก๏ธ [Chapter 01](./src/FPinFSharp.Chapter_01)
- ๐ [Description](./src/FPinFSharp.Chapter_01/Description.md)
- ๐ก [Exercises](./src/FPinFSharp.Chapter_01/Exercises.fs)
- ๐งช [Unit Tests](./tests/FPinFSharp.Chapter_01.UnitTests)
- ๏ธโก๏ธ [Chapter 02](./src/FPinFSharp.Chapter_02)
- ๐ [Description](./src/FPinFSharp.Chapter_02/Description.md)
- ๐ก [Exercises](./src/FPinFSharp.Chapter_02/Exercises.fs)
- ๐งช [Unit Tests](./tests/FPinFSharp.Chapter_02.UnitTests)----
#### Inspired by
[![Docs](https://badgen.net/badge/docs/fsharp.org/blue)](https://fsharp.org)
[![Docs](https://badgen.net/badge/microsoft/learn/green)](https://learn.microsoft.com/dotnet/fsharp)
[![Docs](https://badgen.net/badge/fsharp/for%20fun%20and%20profit/cyan)](https://fsharpforfunandprofit.com)