Yet another scopes implementation with Elixir.
Find a file
2026-04-22 08:23:54 +02:00
lib csys: helper functions for accessing scope elements 2026-04-22 08:23:54 +02:00
test move neuron processor function into scope as code = list of stages 2026-04-21 22:38:40 +02:00
.formatter.exs initial import 2026-04-19 08:25:51 +02:00
.gitignore initial import 2026-04-19 08:25:51 +02:00
mix.exs rearrange and rename diretories and modules: prepare for new scopes implementation 2026-04-19 17:26:34 +02:00
README.md start csys development with simple neuron implementation 2026-04-20 08:14:42 +02:00

Scopes

Yet another implementation of the unfamous scopes framework.

Installation

You can use the development checkout from Git and reference it as a dependency in mix.exs like this:

def deps do
  [
    {:scopes, path: "../ex-scopes"}
  ]
end

If available in Hex, the package can be installed by adding scopes to your list of dependencies in mix.exs:

def deps do
  [
    {:scopes, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/xplore.