Syntax: !lisp filename [args ...]This is an interface to the Lisp/Skill parser that is under development. The filename is searched for in the script path and the current directory, and is expected to contain a script in Lisp format. The file will be parsed and the code executed.
Any text following the filename will be parsed as Lisp and included in the argument list. The argument list can be accessed from within the script through the global variables argc and argv.
See 5.7.1 for a description of the language implementation in Xic.