Skip to content

choiway/juice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juice logo

A JavaScript-to-Erlang compiler that lets you write JS and run it on the BEAM. Built for JS developers who want to experience processes, message passing, GenServers, and OTP supervision without learning Erlang syntax.

Install

Prerequisites: Rust and Erlang/OTP

git clone https://github.com/choiway/juice.git
cd juice
cargo build --release

The binary is at target/release/juice. Optionally, cargo install --path . to put it on your PATH.

Tutorial

New to Juice? Work through the tutorial in order:

  1. Hello World — compile and run your first program
  2. Processes — spawn, send, and receive on the BEAM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages