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
- Host: GitHub
- URL: https://github.com/ckampfe/defmulti
- Owner: ckampfe
- License: gpl-3.0
- Created: 2018-07-31T22:31:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T04:24:15.000Z (over 7 years ago)
- Last Synced: 2025-02-01T20:11:20.589Z (over 1 year ago)
- Language: Elixir
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).