Pointy Language is a powerful domain-specific language (DSL) for creating event-based workflows.
Pointy Language uses arrows and operators to represent event flow, making it easy to visualise and define workflows. Its primary purpose is to model sequences of operations, conditional branching, parallel execution, and result piping. Core Features:
- Sequential execution of events
- Parallel processing
- Conditional branching based on success/failure
- Result piping between events
- Retry mechanisms for handling failures