Is Thinking Functionally with Haskell still up to date?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • haskell-ebook

    You might glance at the thread below with bss03. Here is the pdf copy I am using until the book arrives tomorrow: https://github.com/clojurians-org/haskell-ebook/blob/master/Thinking.Functionally.with.Haskell.pdf

  • ghc

    Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).

    GHCi, version 8.8.4: https://www.haskell.org/ghc/ :? for help Loaded GHCi configuration from /home/bss/.ghc/ghci.conf GHCi> double x = Data.Bits.unsafeShiftL x 1 double :: Data.Bits.Bits a => a -> a (0.02 secs, 24,872 bytes) GHCi> sumDbl = sum . map double sumDbl :: (Num c, Data.Bits.Bits c) => [c] -> c (0.01 secs, 23,120 bytes) GHCi> sumDbl [1,4,4,3] 24 it :: (Num c, Data.Bits.Bits c) => c (0.01 secs, 60,096 bytes)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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