- Finite State Machines in Clojure core.logic
- lx in core.logic #2: Jumps, Flexible Transitions and Parsing
Today, we're gonna look at finite state transducers, which are commonly used to model and implement translation. While sounding fancy and powerful, they are straightforward extensions of finite automata.