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: 4 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T10:57:06.000Z (about 1 year ago)
- Last Synced: 2024-12-07T19:11:22.498Z (5 months ago)
- Topics: csharp, fsharp, python, tutorial
- Homepage:
- Size: 348 KB
- Stars: 159
- Watchers: 6
- Forks: 21
- 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)