manual-stg-experiment VS haskell-exercises

Compare manual-stg-experiment vs haskell-exercises and see what are their differences.

manual-stg-experiment

Manually constructed STG programs compiled with the standard GHC codegen backend. (by csabahruska)

haskell-exercises

A little course to learn about some of the more obscure GHC extensions. (by i-am-tom)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
manual-stg-experiment haskell-exercises
1 2
22 633
- -
1.8 0.0
over 3 years ago 6 months ago
Haskell Haskell
- MIT License
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.

manual-stg-experiment

Posts with mentions or reviews of manual-stg-experiment. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-10.
  • Next-gen Haskell Compilation Techniques
    4 projects | /r/haskell | 10 Jan 2021
    Yes, unlifted boxed STG values does not have thunk checks. The STG to Cmm codegen generates only a single ADT tag lookup code. You can check the generated ASM code: https://github.com/csabahruska/manual-stg-experiment https://github.com/csabahruska/manual-stg-experiment/blob/master/StgSample.hs#L390-L391

haskell-exercises

Posts with mentions or reviews of haskell-exercises. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-19.
  • Type family therapy
    1 project | /r/haskell | 9 Jan 2022
    Hi, I'm going through i-am-tom's Haskell exercises, currently I'm doing "06-TypeFamilies", and I'm not getting the answer to question two to go through the type checker. The problem description is:
  • Gadts in haskell
    2 projects | /r/haskell | 19 Jan 2021
    Also, I would recommend writing some code with GADTs and/or doing some exercises: Haskell Exercises (GADT)

What are some alternatives?

When comparing manual-stg-experiment and haskell-exercises you can also consider the following projects:

IdrisExtSTGCodegen

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

grin - GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.

ghc-hotswap - Example code for how we swap compiled code within a running Haskell process.

sense-lang - Sense is a very high level, functional programming language for creating software by writing only the absolute necessary information and not a single line above that.

learn-haskell-blog-generator - Learn Haskell by building a blog generator - an introductory book about Haskell.

ghc-whole-program-compiler-project - GHC Whole Program Compiler and External STG IR tooling

haskell-links - Exploratory project to gather Haskell links

learn-scotty-bulletin-app - Building a bulletin board using Haskell, scotty and friends

ghc-dump - A GHC plugin and library for analysing GHC Core

higgledy - Higher-kinded data via generics

hasdim - Haskell Native Dimensional Data Modeling