ipso is a functional scripting language.

main : IO ()
main = println "Hello world!"

Features

greet : IO ()
greet =
  comp
    bind you <- cmd.run `whoami`
    println "Hey, $you"