mumu 0.9.1

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
extend("array")
extend("math")

slog(
  array:reduce((acc, x) => acc + x, 0, array:ink(100.1, 5000))
)