Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/64j0/exercism--fsharp

My submissions related to the F# track in Exercism.
https://github.com/64j0/exercism--fsharp

Last synced: 2 days ago
JSON representation

My submissions related to the F# track in Exercism.

Awesome Lists containing this project

README

        

#+TITLE: F# - Exercism
#+AUTHOR: 64J0
#+DATE: [2023-02-28 ter]

* Description

This repository is used to host my code submissions in the [[https://exercism.org/tracks/fsharp][F# track]] of the
Exercism platform.

** About F#

#+BEGIN_QUOTE
F# is a universal programming language for writing succinct, robust and
performant code.

F# allows you to write uncluttered, self-documenting code, where your focus
remains on your problem domain, rather than the details of programming.

It does this without compromising on speed and compatibility - it is
open-source, cross-platform and interoperable.

--- [[https://learn.microsoft.com/en-us/dotnet/fsharp/what-is-fsharp][What is F#?]]
#+END_QUOTE