Introduces the Notification-Oriented Paradigm (PON) and argues that Elixir on the BEAM is a natural fit for reactive rule engines. PON structures systems around facts (named state), rules (logic that reacts when watched facts change), and premises (derived facts), propagating work via notifications rather than polling. The post
Table of contents
PON in one picture: facts, rules, and premisesPolling vs notification-driven evaluationWhy the BEAM fits reactive rulesMinimal API: facts and a rule (from tec0301_pon )Teaser: DSL with defrule and defpremissaWhat we are not covering yetSummaryReferences and further readingSort: