mumu 0.10.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
13
14
15
16
extend("flow")
extend("math")

flow:compose(
  slog,
  flow:throttle(127),
  flow:trans(
     math:divide(_, 1.1)
  ),
  flow:throttle(666),
  flow:trans(
    math:multiply(100)
  )
)( rink(1,4) )