# elixirscript/elixirscript

Converts Elixir to JavaScript

Repository: https://github.com/elixirscript/elixirscript
Canonical: https://ross.abutalabs.com/products/elixirscript
Homepage: https://elixirscript.github.io/
Language: Elixir
License: MIT
License Family: permissive
Topics: elixir, javascript, transpiler, compiler
Last push: 2019-08-20T14:46:14+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4231, "days_push": 2570, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1565, forks 68 (observed 2026-08-28T04:05:04.252006+00:00)

## What it is
ElixirScript is a compiler that converts Elixir code into JavaScript by transforming the Elixir AST into a JavaScript ESTree AST. It integrates as a Mix compiler so Elixir modules can be compiled and run in the browser or Node.js.

## Use cases
- write frontend JavaScript code in Elixir
- compile Elixir modules to run in the browser
- use Elixir functional style for JavaScript projects
- interoperate Elixir code with JavaScript via FFI
- build web apps with Elixir instead of JavaScript
- test Elixir modules that call JavaScript APIs

## When to choose
- you know Elixir well and want to write browser code in it
- you want functional immutable patterns compiled to JavaScript
- you need an Elixir-to-JS pipeline integrated with Mix

## When to avoid
- you need an actively maintained tool - last release was 2019
- you want full Elixir standard library support in the browser
- you need production-grade frontend tooling today
- you prefer modern alternatives like Gleam or LiveView

## Facets
- artifact type: library
- maturity: abandoned
- function: compiler, build-tool, developer-tools
- domain: compilers, programming-languages, web-development, frontend
- platform: elixir, browser, cli
- tags: transpiler, elixir-to-javascript, estree, mix-compiler, ffi, functional-programming, nodejs

## Member repositories
- elixirscript/elixirscript (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:04.252006+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:19:42.727940+00:00, confidence not recorded.
  - readme: https://github.com/elixirscript/elixirscript (fetched 2026-08-28T04:05:04.252006+00:00, sha c614e09ea369)
  - homepage: https://elixirscript.github.io/ (fetched 2026-08-29T11:28:49.890978+00:00, sha dd55d1fdacbc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
