mumu 0.11.0

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
extend("flow")
extend("math")

flow:compose(
  slog,
  flow:throttle(120),
  flow:trans(
    math:plus(10)
  )
)( ink(1,300) )