pcf VS ajhc

Compare pcf vs ajhc and see what are their differences.

pcf

A small compiler for PCF (by jozefg)

ajhc

A fork of jhc. And also a Haskell compiler. (by ajhc)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pcf ajhc
1 -
121 135
- 0.0%
0.0 0.0
over 3 years ago almost 5 years ago
Haskell Haskell
MIT License GNU General Public License v2.0 only
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.

pcf

Posts with mentions or reviews of pcf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-04.
  • Implementing a LLVM Micro C compiler in Haskell
    2 projects | news.ycombinator.com | 4 Jun 2021
    This is amazing. I tried following Stephen Diehl's JIT compiler in LLVM tutorial[0] a few years ago but it was already outdated (the llvm-hs library changed quite a bit), and subsequent web searches didn't turn up much.

    For those interested in tutorials like this, I'd also recommend a very literate Haskell compiler for the PCF language to C[1], which is essentially lambda calculus with some primitives.

    [0] https://www.stephendiehl.com/llvm/

    [1] https://github.com/jozefg/pcf/

ajhc

Posts with mentions or reviews of ajhc. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning ajhc yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing pcf and ajhc you can also consider the following projects:

core-compiler - compile your own functional language

uu-cco - Tools for the CCO (Compiler Construction) course at the UU (Utrecht University)

binaryen - DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc

sjsp

CPL - An interpreter of Hagino's Categorical Programming Language (CPL).

dhall - Maintainable configuration files

hyper-haskell-server - The strongly hyped Haskell interpreter.

haste-compiler - A GHC-based Haskell to JavaScript compiler

kaleidoscope - Haskell LLVM JIT Compiler Tutorial

hLLVM