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

https://github.com/data-miner00/psych

Repo for storing F# related stuffs
https://github.com/data-miner00/psych

dotnet exercism fsharp

Last synced: 8 months ago
JSON representation

Repo for storing F# related stuffs

Awesome Lists containing this project

README

          

# Psych

A repository for me to document F# and sample codes as a part of my learning.

## Useful resources

- [Tutorials Point](https://www.tutorialspoint.com/fsharp/index.htm)
- [RIP Tutorial](https://riptutorial.com/fsharp)
- [F# Org](https://fsharp.org/docs/)
- [Cheat Sheet](https://dungpa.github.io/fsharp-cheatsheet/)
- [F# for Fun and Profit](https://fsharpforfunandprofit.com/)
- [Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/fsharp/)
- [F# Snippets](http://www.fssnip.net/)

## Library

- [FSharp.Data](https://fsprojects.github.io/FSharp.Data/)

## File IO

- [Doing some IO in F#](https://dev.to/tunaxor/doing-some-io-in-f-4agg)

## Useful posts

- [Match Expression](https://fsharpforfunandprofit.com/posts/match-expression/)
- [Recursive Fibonacci with F#](https://pvlerick.github.io/2009/07/recursive-fibonacci-with-f)
- [F# Interop with Javascript in Fable: The Complete Guide](https://medium.com/@zaid.naom/f-interop-with-javascript-in-fable-the-complete-guide-ccc5b896a59f)

## Insightful discussions

- [Conventions](https://docs.microsoft.com/en-us/dotnet/fsharp/style-guide/conventions)
- [In F# how do you pass a collection to xUnit's InlineData attribute](https://stackoverflow.com/questions/35026735/in-f-how-do-you-pass-a-collection-to-xunits-inlinedata-attribute)
- [Is using StringBuilder the right thing to do in F#](https://stackoverflow.com/questions/18595597/is-using-a-stringbuilder-a-right-thing-to-do-in-f)
- [F# create random string and numbers](https://stackoverflow.com/questions/22340351/f-create-random-string-of-letters-and-numbers)
- [F#, char seq -> strings](https://stackoverflow.com/questions/14667866/f-char-seq-strings)

## Video Tutorials

- [F# Tutorial by Derek Banas](https://www.youtube.com/watch?v=c7eNDJN758U)
- [F# 6 Fundamentals](https://app.pluralsight.com/library/courses/f-sharp-6-fundamentals/table-of-contents)
- [F# Fundamentals Tutorial | Learn Functional Programming | Step-by-Step Guide](https://www.youtube.com/watch?v=SvOInBxPL30)
- [F# For Beginners](https://www.youtube.com/watch?v=yGzu0iDuMNQ&list=PLdo4fOcmZ0oUFghYOp89baYFBTGxUkC7Z)
- [ASP.NET Community Standup - Building ASP.NET Core apps in F# (With Giraffe)](https://www.youtube.com/watch?v=JuIq7mU50jA)
- [Functors, Applicatives and Monads Tutorial | Simply Explained | F# Functional Programming](https://www.youtube.com/watch?v=94bPH1u6kYo)

## Books

- [Stylish F#](https://link.springer.com/book/10.1007/978-1-4842-7205-3)

## Exercises

- [Exercism F# Tracks](https://exercism.org/tracks/fsharp)
- [Take your first steps with F#](https://learn.microsoft.com/en-us/training/paths/fsharp-first-steps/)