InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
Fp-course Alternatives
Similar projects and alternatives to fp-course
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
-
-
-
-
qsharp
Azure Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
fp-course discussion
fp-course reviews and mentions
-
Microsoft rewrote Q compiler in Rust
The tooling around F# is very lacklustre, I wish it had better support from MS.
As for learning a functional language, I recommend this Haskell tutorial[0], and accompanying video series of an experienced haskeller running through it[1]. I've read countless texts and tutorials explaining Haskell and FP to me but it didn't fully click until I saw someone with experience using the language and tooling effectively.
[0]: https://github.com/system-f/fp-course
- help i just discovered haskell 38 hours ago and i think i love it
- Resource to quickly relearn basics of Haskell?
-
Good tutorials for the attoparsec library?
If your goal is to learn parser combinators (as opposed to just attoparsec), you should really consider doing the parser module of the Nicta FP course.
-
How do I start learning Haskell?
Seconding "Haskell Programming From First Principles". There's also the FP course with lots of exercises on common Haskell abstractions: https://github.com/system-f/fp-course
- Functional Programming Course
-
What are some ways I could tickle my (beginner) haskell-brain with something *useful*?
Intro course: https://github.com/system-f/fp-course
-
Which one is more suitable for a FP beginner?
Also, when teaching the NICTA/Data61/System-F FP course, one of the first things you will learn is all functions take exactly one argument, and this is always true, there are no exceptions. Internalising this will help you a lot when you start to playing with things like Applicative and Monads (which you will, soon, and eventually realise you already use all the time in the other languages you use)
-
The Haskell Phrasebook (2019)
Pretty cool. They note that they are inspired by Go by Example [0] and Rust by Example [1], and this book seems stylistically similar to the community-driven Learn X in Y minutes site [2] which covers quick syntax/conceptual overviews for many other languages as well.
Looks like typeclasses.com offers a few more advanced Haskell courses for a $29 USD/month subscription. For the same target audience looking for free coursework/exercises, I'd recommend working through the Data61 Haskell course [3]. Brian McKenna has a nice Youtube series [4] covering it.
[0] https://gobyexample.com/
[1] https://doc.rust-lang.org/rust-by-example/index.html
[2] https://learnxinyminutes.com/
[3] https://github.com/system-f/fp-course#readme
[4] https://www.youtube.com/watch?v=NzIZzvbplSM
-
Good example projects to read / reimplement ?
Not a project exactly, but a series of exercises that lead to couple of projects: https://github.com/system-f/fp-course. Let me know what you think.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Sep 2024
Stats
The primary programming language of fp-course is Haskell.