Packages

Diet is a DSL for writing your program logic as a sequence of trivial transformations. See https://github.com/pragdave/diet_examples for some example code, and https://www.youtube.com/watch?v=L1-amhlGk7c for a talk that contains examples of Diet in action.

Current section

Files

Jump to
diet lib diet.ex
Raw

lib/diet.ex

defmodule Diet do
def debug(stepper) do
Diet.Debug.on(stepper)
end
end