pcf VS Elm

Compare pcf vs Elm and see what are their differences.

pcf

A small compiler for PCF (by jozefg)

Elm

Compiler for Elm, a functional language for reliable webapps. (by elm)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pcf Elm
1 198
122 7,459
- 0.2%
0.0 4.8
over 3 years ago 28 days ago
Haskell Haskell
MIT License BSD 3-clause "New" or "Revised" 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.

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/

Elm

Posts with mentions or reviews of Elm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.

What are some alternatives?

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

core-compiler - compile your own functional language

rescript-compiler - The compiler for ReScript.

ajhc - A fork of jhc. And also a Haskell compiler.

haskelm - Haskell to Elm translation using Template Haskell. Contains both a library and executable.

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

purescript - A strongly-typed language that compiles to JavaScript

sjsp

yew - Rust / Wasm framework for creating reliable and efficient web applications

dhall - Maintainable configuration files

idris - A Dependently Typed Functional Programming Language

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

reflex - Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.