turns out that the current grace 1.1.0 does have access to chicken's (system ) call, ie this will execute the ls command: (system "ls /Users/hkt/*") the only problem is that any text output by the command is not visible in the console window, im not sure if i can solve this or not i dont know how i could redirect the shells output to the gui window.