Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thalesmg/campinas

Experimental delimited continuations library for Elixir using shift / reset
https://github.com/thalesmg/campinas

algebraic-effects continuation-passing-style delimited-continuations elixir shift-reset

Last synced: 24 days ago
JSON representation

Experimental delimited continuations library for Elixir using shift / reset

Awesome Lists containing this project

README

        

# Campinas

Delimited continuations library for Elixir.

This is currently an experimental library. See [this
post](https://thalesmg.github.io/posts/2021-08-27-elixir-delimited-continuations.html)
for more details on this library.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `campinas` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:campinas, "~> 0.0.1"}
# alternatively
{:campinas, git: "https://github.com/thalesmg/campinas.git", tag: "0.0.1"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/campinas](https://hexdocs.pm/campinas).