Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/64j0/exercism--fsharp
- Owner: 64J0
- Created: 2023-02-28T22:55:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-15T19:40:33.000Z (about 1 year ago)
- Last Synced: 2023-11-15T22:25:15.233Z (about 1 year ago)
- Language: F#
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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