Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Converts Elixir to JavaScript
Elixir JavaScript
Latest commit dcaa01 @bryanjos Updated FAQ

README.md

ElixirScript Documentation Build

The goal is to convert a subset (or full set) of Elixir code to JavaScript, providing the ability to write JavaScript in Elixir. This is done by taking the Elixir AST and converting it into JavaScript AST and then to JavaScript code. This is done using the Elixir-ESTree library.

Requirements

  • Elixir
  • Node (only for development)

Usage

Please check the Getting Started Guide for usage

FAQ, Limitations

Please check the FAQ

Development

Clone the repo

git clone git@github.com:bryanjos/elixirscript.git

Get dependencies

mix deps.get
npm install

Compile

mix compile

Test

mix test
gulp test

Contributing

Please check the CONTRIBUTING.md

Example projects

Using with Brunch

There is a plugin for using ElixirScript in your Brunch project here

Something went wrong with that request. Please try again.