fp-course VS up-to-date-real-world-haskell

Compare fp-course vs up-to-date-real-world-haskell and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fp-course up-to-date-real-world-haskell
13 5
4,049 784
0.0% -
1.8 0.0
7 months ago 10 months ago
Haskell Python
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fp-course

Posts with mentions or reviews of fp-course. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • Microsoft rewrote Q compiler in Rust
    7 projects | news.ycombinator.com | 21 Jun 2023
    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
    2 projects | /r/haskell | 13 Apr 2023
  • Resource to quickly relearn basics of Haskell?
    3 projects | /r/haskell | 11 Mar 2023
  • Good tutorials for the attoparsec library?
    1 project | /r/haskell | 26 Aug 2022
    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?
    2 projects | /r/haskell | 24 Jun 2022
    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
    1 project | news.ycombinator.com | 17 Jan 2022
  • What are some ways I could tickle my (beginner) haskell-brain with something *useful*?
    14 projects | /r/haskell | 4 Dec 2021
    Intro course: https://github.com/system-f/fp-course
  • Which one is more suitable for a FP beginner?
    1 project | /r/haskell | 1 Nov 2021
    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)
    2 projects | news.ycombinator.com | 4 Jul 2021
    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 ?
    3 projects | /r/haskell | 2 Jul 2021
    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.

up-to-date-real-world-haskell

Posts with mentions or reviews of up-to-date-real-world-haskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-02.
  • Just started exploring Haskell as an experienced C++ dev. Looking for tips.
    3 projects | /r/haskell | 2 Jul 2022
    There is an effort to update it to modern Haskell. It has gotten quite far and it is still on going.
  • Learn You a Haskell: Kind and some Type-foo (title of section)
    1 project | /r/haskell | 14 Dec 2021
    It is a very good book that is unfortunately outdated, some of the code doesn't run anymore because of changes to GHC and the Haskell library ecosystem that have happened over the last 15 or so years. There was an online effort to update the book but it hasn't been finished and I don't think anyone is currently working on it, but the git repo is here if you want to look at it.
  • Rust parser combinator libraries 2021
    2 projects | /r/rust | 1 May 2021
    This is a bit old, but you can see some examples of how using Parsec might look: https://github.com/tssm/up-to-date-real-world-haskell/blob/master/14-using-parsec.org
  • Is "Real World Haskell" still good?
    1 project | /r/haskell | 20 Apr 2021
    If you're looking to get back into Haskell, The Haskell Planetarium will be a good source of new articles: https://haskell.pl-a.net/As for Real World Haskell, I believe there is a an update that should be more modern: https://github.com/tssm/up-to-date-real-world-haskell, but I only read the original many years ago.Another good source of information is to just search Github, and see what libraries the most popular Haskell projects are using.
  • The right way to learn Haskell
    2 projects | /r/haskell | 31 Jan 2021
    A lot of people suggest Project Euler or “just do a project”, but personally I found it helpful to have a bit more guidance. Practical Haskell is a great beginner guide, focusing on how to actually do stuff rather than all the theory behind it. The 2008 version is good but a little out of date, there’s an updated version in progress that’s complete enough that you should be able to get started.

What are some alternatives?

When comparing fp-course and up-to-date-real-world-haskell you can also consider the following projects:

learn4haskell - 👩‍🏫 👨‍🏫 Learn Haskell basics in 4 pull requests

tree-sitter - An incremental parsing system for programming tools

dino-rush - 🌋 Endless runner game

elsa - ❄️ Elsa is a minimal, fast and secure runtime for JavaScript and TypeScript written in Go

qsharp - Azure Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas

awesome-haskell - A curated list of amazingly awesome Haskell articles and talks for beginners.

matterhorn - A feature-rich Unix terminal client for the Mattermost chat system

snap - Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

learn-you-a-haskell-notebook - Jupyter adaptation of Learn You a Haskell for Great Good!

Swapi

json-csv-example - Haskell example using JSON and CSV