SteelEx
SteelEx allows you to work with embedded Steel Scheme in Elixir. It is heavily inspired by pythonx.
Roadmap
- Pre-Alpha versions: v0.0.X
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 testRelated Projects
- Steel Scheme - Embedded, extensible Scheme dialect built in Rust
- steel_ex_mcp - MCP server for Steel Scheme implemented in Elixir via SteelEx (companion project)
License
Licensed under the Mozilla Public License 2.0 (MPL-2.0).