I am building a compiled, functional language for automating tasks on UNIX-style systems. I am going to favour composability following the unix philosophy in how functions interact with each other. I do not want to know all the GNU shell utils to do proper automation hence, I am creating this language. I will also do a module system so that only the functionality needed is in the resulting binary.