Popularity
2.9
Growing
Activity
1.1
Growing
10
2
3
Monthly Downloads: 33
Programming language: Elixir
License: MIT License
Tags:
Macros
rulex alternatives and similar packages
Based on the "Macros" category
-
anaphora
Anaphora is the anaphoric macro collection for Elixir. An anaphoric macro is one that deliberately captures a variable (typically it) from forms supplied to the macro. -
apix
Simple convention and DSL for transformation of elixir functions to an API for later documentation and or validation. -
Bang
Bang simply adds dynamic bang! functions to your existing module functions with after-callback.
Do you think we are missing an alternative of rulex or a related project?
Popular Comparisons
README
Rulex
This application allows to do very simple rule handler using Elixir pattern matching :
- declare rules as function clause.
- Create a function
apply_rules
which apply recursively your function until no more match, ensuring that each function execution happened only once.
Usage
See in in code documentation