Popularity
2.8
Declining
Activity
0.0
Stable
13
4
2

Monthly Downloads: 6
Programming language: Elixir
License: MIT License
Tags: Macros    

rulex alternatives and similar packages

Based on the "Macros" category.
Alternatively, view rulex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rulex or a related project?

Add another 'Macros' Package

README

Rulex

Build Status

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