Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)