awesome-haskell VS up-to-date-real-world-haskell

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

awesome-haskell

A curated list of amazingly awesome Haskell articles and talks for beginners. (by albohlabs)
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
awesome-haskell up-to-date-real-world-haskell
2 5
182 784
- -
10.0 0.0
over 1 year ago 10 months ago
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.

awesome-haskell

Posts with mentions or reviews of awesome-haskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.

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 awesome-haskell and up-to-date-real-world-haskell you can also consider the following projects:

haskell-handbook - Best practices on how to be efficient with Haskell in production

tree-sitter - An incremental parsing system for programming tools

course-plan - 📜 Haskell course info, plan, video lectures, slides

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

fp-course - Functional Programming Course

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

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

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