SteelEx

Hex.pmDocumentation

SteelEx allows you to work with embedded Steel Scheme in Elixir. It is heavily inspired by pythonx.

Roadmap

Development Environment Setup

This is suitable at least for use on Fedora Kinoite. distrobox is useful but not required.

distrobox create --image docker.io/library/elixir:1.18.4 --name steel_ex
distrobox enter steel_ex
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
. "$HOME/.cargo/env" \
rustup default stable \
git clone https://github.com/sele-dev/steel_ex \
cd steel_ex \
mix deps.get \
mix test

Related Projects

License

Licensed under the Mozilla Public License 2.0 (MPL-2.0).