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

https://github.com/ckampfe/defmulti

really crappy nonfunctional Clojure-style multimethods in Elixir
https://github.com/ckampfe/defmulti

Last synced: 9 months ago
JSON representation

really crappy nonfunctional Clojure-style multimethods in Elixir

Awesome Lists containing this project

README

          

# Defmulti

the crappiest possible, non-functioning implementation of Clojure-style multimethods in Elixir

## Installation

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

```elixir
def deps do
[
{:defmulti, "~> 0.1.0"}
]
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/defmulti](https://hexdocs.pm/defmulti).