erlps-core VS elixir_script

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

erlps-core

Core runtime of Erlscripten - ERTS emulation (by erlscripten)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
erlps-core elixir_script
2 2
16 1,560
- 0.3%
0.0 0.0
over 1 year ago over 4 years ago
PureScript Elixir
ISC License 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.

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.

elixir_script

Posts with mentions or reviews of elixir_script. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-27.
  • Angular without SSR is faster than Next.js with SSR. I have the data
    4 projects | news.ycombinator.com | 27 Jun 2022
    I agree that there's room for a language that runs on the BEAM and also compiles to JS. Gleam looks great, and it's one of the up and coming languages that I'm rooting for. In addition to having a Javascript compile target, it's statically typed which is a prerequisite for me when it comes to productivity and correctness.

    There was actually a developer working on a subset of Elixir that compiles to JS called Elixirscript[1], but development seems to have stalled. Another functional statically typed compile-to-js language which targets the BEAM vm is Purescript through the Purerl project [2].

    If you're going to compile to JS though, there's an argument to be made that you might not want to target the BEAM at all. You could potentially run your entire backend on something like Cloudflare Workers, which has over 200 points of presence around the world, so latency is about as low as possible. The other CDNs have their own competing worker runtimes as well (e.g. Cloudfront functions, Netlify functions, etc.). These edge worker runtimes also have the benefit of not charging for each individual region in which you operate. You can also run any language which compiles to WASM like Rust, Assemblyscript, or Grain [3] on these edge runtimes. The only missing piece for me is a distributed database, but it looks like Cloudflare at least is working on that [4].

    [1] https://github.com/elixirscript/elixirscript

  • 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 elixir_script you can also consider the following projects:

purescript - A strongly-typed language that compiles to JavaScript

key_value_parser