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: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:46:44.000Z (over 2 years ago)
- Last Synced: 2025-10-10T15:06:04.416Z (8 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
[](https://github.com/eminencegrs/fp-in-fs/actions/workflows/dotnet.yml)
[](https://codecov.io/gh/eminencegrs/fp-in-fs)
[](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
[](https://fsharp.org)
[](https://learn.microsoft.com/dotnet/fsharp)
[](https://fsharpforfunandprofit.com)