Pedagogical Downsides of Haskell

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. haskell

    Exercism exercises in Haskell. (by exercism)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. codeworld

    Educational computer programming environment using Haskell

    Code World[1] is a great project that addresses a number of the problems from the article, with an eye towards using Haskell to teach children basic math and programming simultaneously. Code World directly addresses a number of the obstacles outlined in this article:

    1. Using an online editor with a rich built-in library removes any toolchain problems.

    2. A custom standard library simplifies pedagogically unnecessary details like Foldable

    3. The custom standard library also avoids currying (f(a, b) for functions rather than f a b)

    4. Custom error messages improve the feedback students get from the compiler

    I would highly recommend Code World to anybody looking to teach programming with Haskell. If you want to teach Haskell in a way that fits the existing ecosystem, it's also possible to run Code World without the custom standard library[2].

    [1]: https://code.world/#

    [2]: https://code.world/haskell#

  4. clash-ghc

    Haskell to VHDL/Verilog/SystemVerilog compiler

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • XiangShan – open-source high performance RISC-V processor

    5 projects | news.ycombinator.com | 2 Jan 2025
  • Clash: A Functional Hardware Description Language

    2 projects | news.ycombinator.com | 27 Dec 2023
  • Clash (Haskell) for ASIC design

    1 project | /r/chipdesign | 7 Oct 2023
  • Building a Networked Key-Value-Store on an FPGA

    1 project | news.ycombinator.com | 19 Jun 2023
  • Need project idea

    4 projects | /r/haskell | 6 Jun 2023

Did you know that Haskell is
the 25th most popular programming language
based on number of references?