From 2a2f2fc15918b668f3e491092acb241b33f641a7 Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:18:40 +0530 Subject: [PATCH] F# formatting done --- Programming Languages/F#/readme.md | 66 +++++++++++++++++++----------- 1 file changed, 41 insertions(+), 25 deletions(-) diff --git a/Programming Languages/F#/readme.md b/Programming Languages/F#/readme.md index 63d9aad2..4f83d008 100644 --- a/Programming Languages/F#/readme.md +++ b/Programming Languages/F#/readme.md @@ -10,21 +10,21 @@ This section is curated collection which provides basic and advanced concepts of ## Table of Contents -- [Tutorials](#tutorials) +- [F#](#f) - [Introduction](#introduction) - - [F# Basics](#f-basics) - - [F# Conditional](#f-conditional) - - [F# Functions](#f-functions) - - [F# Tuples](#f-tuples) - - [F# Collection types](#f-collection-types) - - [F# Exception Handling](#f-exception-handling) + - [Basics](#basics) + - [Conditional](#conditional) + - [Functions](#functions) + - [Tuples](#tuples) + - [Collection types](#collection-types) + - [Exception Handling](#exception-handling) - [Advanced Functional Programming](#advanced-functional-programming) - [Object-Oriented Programming in F#](#object-oriented-programming-in-f) -- [Development Tools]() +- [Development Tools](#development-tools) - [IDE](#ide) - [Editor](#editor) - [Compilers](#compilers) -- [ Data Science ](#data-science) +- [Data Science](#data-science) - [App Development](#app-development) - [Videos](#videos) - [Courses](#courses) @@ -38,10 +38,10 @@ This section is curated collection which provides basic and advanced concepts of -### Tutorials +### F# > Comprehensive tutorials covering F# basics and advanced concepts. -### Introduction +#### Introduction @@ -74,7 +74,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Basics +#### Basics @@ -139,7 +139,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Conditional +#### Conditional @@ -172,7 +172,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Functions +#### Functions @@ -209,7 +209,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Tuples +#### Tuples @@ -234,7 +234,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Collection types +#### Collection types @@ -259,7 +259,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Exception Handling +#### Exception Handling @@ -381,7 +381,7 @@ This section is curated collection which provides basic and advanced concepts of ### Development Tools > Tools and utilities for F# development, including IDEs, editors, and compilers. -### IDE +#### IDE
@@ -406,7 +406,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Editor +#### Editor @@ -459,7 +459,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Compilers +#### Compilers @@ -613,22 +613,27 @@ This section is curated collection which provides basic and advanced concepts of + + + + +
Resource Name DescriptionCost
Data programming with F# Course on data programming with F# available on Udemy.Paid
F# workshop Workshop focused on F# programming.Free
Introduction to F# Online course providing an introduction to F# programming.Free
Write yourself a scheme in 48 hours using F# Course guiding learners to implement a Scheme interpreter in F#.Free
@@ -636,57 +641,68 @@ This section is curated collection which provides basic and advanced concepts of ### Additinal Resources > Additinal Resources that you may consider. -### Books +#### Books + + + + + + + + + + +
Resource Name DescriptionCost
Get Programming with F#: A Guide for .NET Developers A guide for .NET developers to learn F# programming.Paid
Functional Programming Using F# Book by Michael R. Hansen on functional programming using F#.Paid
Expert F# Written by Don Syme, this book is for advanced F# developers.Paid
Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F# Learn domain-driven design and functional programming with F#.Paid
Expert F# 4.0 Another expert-level book on F# by Don Syme.Paid
Real-World Functional Programming: With Examples in F# Explore real-world examples of functional programming using F#.Paid
The Book of F#: Breaking Free with Managed Functional Programming Learn managed functional programming with F# in this book by Dave Fancher.Paid
Stylish F# 6: Crafting Elegant Functional Code for .NET 6 This book focuses on crafting elegant functional code for .NET 6 using F#.Paid
Beginning F# Introduction to F# programming by Robert. Pickering.Paid
F# for Scientists This book focuses on using F# for scientific computing.Paid
-### Cheatsheets +#### Cheatsheets @@ -711,7 +727,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Websites +#### Websites @@ -761,7 +777,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Community +#### Community @@ -799,4 +815,4 @@ F# is a powerful and versatile programming language that combines the elegance o From tutorials and videos to books and community forums, there's something here for everyone interested in unlocking the full potential of F#. So dive in, explore, and join the vibrant community of F# enthusiasts as you embark on your journey to becoming a proficient F# developer. -Happy coding !! \ No newline at end of file +Happy coding !!