o
odinpkg.dev
packages / library / interaction-net

interaction-net

f1141e9library

Exploring interaction nets and odin

No license · updated 1 month ago

Interaction Nets in Odin

This is simply a hobby project to learn Odinlang and interaction nets.

Check docs for list of things planned.

The grammar is based on HVM and their paper

Running

If you use nix and want to run an example, you can run

nix run github:ethanthoma/interaction-net example <example-name>

This will run one of the examples in examples and print out its contents.

If you want to run your own file, you can simply run

nix run github:ethanthoma/interaction-net run <filename>

Read the grammar to make your own or simply copy an example.

Resources