QuinnWilton/gleam_logic
Logic programming with µKanren
{ "createdAt": "2020-11-29T08:05:28Z", "defaultBranch": "main", "description": "Logic programming with µKanren", "fullName": "QuinnWilton/gleam_logic", "homepage": "", "language": "Erlang", "name": "gleam_logic", "pushedAt": "2020-11-29T10:20:31Z", "stargazersCount": 11, "topics": [], "updatedAt": "2025-01-27T10:47:37Z", "url": "https://github.com/QuinnWilton/gleam_logic"}gleam_logic
Section titled “gleam_logic”A Gleam program
Quick start
Section titled “Quick start”# Build the projectrebar3 compile
# Run the eunit testsrebar3 eunit
# Run the Erlang REPLrebar3 shellInstallation
Section titled “Installation”If available in Hex
this package can be installed by adding gleam_logic to your rebar.config dependencies:
{deps, [ gleam_logic]}.