erlps-core VS erlps-stdlib

Compare erlps-core vs erlps-stdlib and see what are their differences.

erlps-core

Core runtime of Erlscripten - ERTS emulation (by erlscripten)

erlps-stdlib

Erlang's STDLIB in Purescript (by erlscripten)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
erlps-core erlps-stdlib
2 1
16 2
- -
0.0 0.0
over 1 year ago over 1 year ago
PureScript PureScript
ISC License ISC 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.

erlps-core

Posts with mentions or reviews of erlps-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-14.
  • Erlscripten
    9 projects | dev.to | 14 Apr 2021
    Erlang builtins (the list is growing and growing!)

erlps-stdlib

Posts with mentions or reviews of erlps-stdlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-14.
  • Erlscripten
    9 projects | dev.to | 14 Apr 2021
    — Elixirscript is a Elixir to Javascript transpiler with similar goals as our project. The main downside of Elixirscript is the lack of OTP support (Erlang’s main framework for building failsafe applications) — it works on a really small subset of the Elixir language and they need to rewrite the Elixir standard library in Javascript for it to work. In contrast we are OTP compatible — we transpiled the real Erlang standard library from OTP and distributed it open-source: https://github.com/erlscripten/erlps-stdlib ( Erlang Solutions ).

What are some alternatives?

When comparing erlps-core and erlps-stdlib you can also consider the following projects:

purescript - A strongly-typed language that compiles to JavaScript

aesophia - Stand alone compiler for the Sophia smart contract language

lumen - An alternative BEAM implementation, designed for WebAssembly

erlscripten - Erlang to PureScript transpiler. Run Erlang in the browser!

erlps-aesophia - Purescript bindings for aeternity aesophia

elixir_script - Converts Elixir to JavaScript