Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knocte/2fsharp
30min F# tutorial with direct code-snippet back-to-back comparisons
https://github.com/knocte/2fsharp
csharp fsharp python tutorial
Last synced: about 18 hours ago
JSON representation
30min F# tutorial with direct code-snippet back-to-back comparisons
- Host: GitHub
- URL: https://github.com/knocte/2fsharp
- Owner: knocte
- Created: 2016-12-05T11:44:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T10:57:06.000Z (8 months ago)
- Last Synced: 2024-03-30T11:39:30.720Z (8 months ago)
- Topics: csharp, fsharp, python, tutorial
- Homepage:
- Size: 333 KB
- Stars: 147
- Watchers: 6
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guides for devs to learn F# real FAST
Choose the language you're currently most proficient in:
1. [C#](csharp2fsharp.md)
2. [Python](python2fsharp.md)If you want to contribute your language guide, fork and propose PR!
After (or before?) you have finished reading one (or both?) of the guides above, you might find it interesting to watch this short 20-min talk: https://www.destroyallsoftware.com/talks/ideology
And in case you are already an F# guru and you're still hungry for more knowledge, I think Rust is also a very nice langauge, so here you have links to other side-by-side sample guides for learning Rust for F#
developers:
* [F# is the .NET Rust - @jkone27](https://jkone27-3876.medium.com/f-is-the-net-rust-62f71f8dae41)
* [Rust for Fsharpers and F# for Rustaceans - Dave MacLeod aka @Dhghomon](https://github.com/Dhghomon/rust-fsharp)