Skip to content

d-led/pyrlang-elixir-example

Repository files navigation

Pyrlang Elixir Example

Structure

Run the Demo in Docker

  • docker compose up --build --force-recreate
  • observe the output

Run the Demo With all Dependencies Locally

Prerequisites

  • a working Python environment (e.g. virtualenv) is assumed
  • install Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh vis rustup to compile pyrlang-term
  • install Poetry
  • install Python dependencies poetry install
  • install Elixir

Demo

  • in one window: elixir --name [email protected] --cookie COOKIE example.exs
  • in another: python example.py
  • observe the output in both

About

A Pyrlang and Elixir interop example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published