in-other-words VS ghc

Compare in-other-words vs ghc and see what are their differences.

in-other-words

A higher-order effect system where the sky's the limit (by KingoftheHomeless)

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). (by ghc)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
in-other-words ghc
2 101
92 3,259
- 0.6%
0.0 9.9
almost 4 years ago 7 days ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License 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.

in-other-words

Posts with mentions or reviews of in-other-words. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-02.

ghc

Posts with mentions or reviews of ghc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-22.
  • Advent of Code: Perform a yestruC
    3 projects | dev.to | 22 Dec 2025
    $ ghci GHCi, version 9.6.2: https://www.haskell.org/ghc/ :? for help ghci> 1 + 1;; :1:1: error: Parse error: module header, import declaration or top-level declaration expected.
  • Linux mode setting, from the comfort of OCaml
    1 project | news.ycombinator.com | 17 Nov 2025
    I'm confused about something. According to https://www.haskell.org/ghc/ version 9.10.3 was released on 2025-09-10. How is there a version 9.12.1 listed for the or-patterns feature? Are these versions for different things?
  • GHC Now Runs in the Browser
    7 projects | news.ycombinator.com | 1 Nov 2025
    For those not well versed in Haskell, GHC is apparently this:

    https://www.haskell.org/ghc/

    What is GHC?

    GHC is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell.

  • What Are the Best Haskell Libraries in 2025?
    3 projects | dev.to | 18 Apr 2025
    Website: GHC Haskell
  • ¿Cómo instalar Haskell?
    6 projects | dev.to | 24 Mar 2025
    % bin/ghcid --test main Loading cabal repl --repl-options=-fno-break-on-exception --repl-options=-fno-break-on-error --repl-options=-v1 --repl-options=-ferror-spans --repl-options=-j ... Build profile: -w ghc-9.4.8 -O1 In order, the following will be built (use -v for more details): - nombreproyecto-0.1.0.0 (interactive) (exe:nombreproyecto) (first run) Preprocessing executable 'nombreproyecto' for nombreproyecto-0.1.0.0... GHCi, version 9.4.8: https://www.haskell.org/ghc/ :? for help [1 of 4] Compiling Foo ( app/Foo.hs, interpreted ) app/Foo.hs:3:1-3: warning: [-Wmissing-signatures] Top-level binding with no type signature: foo :: Integer | 3 | foo = 2 | ^^^ ...
  • 8 months of OCaml after 8 years of Haskell in production
    16 projects | news.ycombinator.com | 2 Dec 2024
    GHCi, version 9.4.8: https://www.haskell.org/ghc/ :? for help
  • Veryl: A Modern Hardware Description Language
    3 projects | news.ycombinator.com | 12 Mar 2024
    of course it does! what else would you call something like chicken scheme [https://call-cc.org/], ats [https://ats-lang.sourceforge.net/], or ghc [https://www.haskell.org/ghc/]? they are not "scripts", they are full-blown compilers that happen to use C as their compilation target, and then leverage C compilers to generate code for a variety of architecures. it's a very sensible way to do things.
  • XL: An Extensible Programming Language
    8 projects | news.ycombinator.com | 21 Feb 2024
    Agree about Haskell... as far as I'm aware there is actually no declarative/easily-readable definition of the Haskell syntax that is also complete, especially when it comes to the indentation rules, and the syntax is basically defined by the very (ironically) imperatively-defined GHC parser[0].

    I prefer a syntax like in Pure[1], where the ambiguous, hard to parse indentation-based syntax is replaced by explicit semicolons (Yeah, you can use braces/semicolons in Haskell as well, but most code doesn't).

    [0] https://github.com/ghc/ghc/blob/master/compiler/GHC/Parser/L...

    [1] https://agraef.github.io/pure-lang/

  • Revisiting Haskell after 10 years
    8 projects | dev.to | 15 Jan 2024
    GHC, the main Haskell compiler
  • Beginner question -- best way to implement this in Haskell?
    1 project | /r/haskellquestions | 7 Dec 2023
    GHCi, version 9.6.3: https://www.haskell.org/ghc/ :? for help Loaded GHCi configuration from /Users/daniel/.ghci ghci> :{ | split :: Float -> [Int] | split value = map(read . (:[])) . show | :} :3:15: error: [GHC-83865] • Couldn't match expected type: [Int] with actual type: a0 -> [b0] • Probable cause: ‘(.)’ is applied to too few arguments In the expression: map (read . (: [])) . show In an equation for ‘split’: split value = map (read . (: [])) . show

What are some alternatives?

When comparing in-other-words and ghc you can also consider the following projects:

eveff - Efficient Haskell effect handlers based on evidence translation.

frp-zoo - Comparing many FRP implementations by reimplementing the same toy app in each.

safe-exceptions - Safe, consistent, and easy exception handling

xvm - Ecstasy and XVM

eff - 🚧 a work in progress effect system for Haskell 🚧

effect-zoo - Comparing Haskell effect systems for ergonomics and speed

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