mumu 0.9.1

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

sys:command("escho 'Hello'", result => {
  sput("hello")
  sput( result )
  sput(type(result))
  sput(array:prop("stderr", result))
})