clark/lisp
Tom Willemsen c1cbf7d59a Exit with status 1 on error
Add macros `with-error-status' and `with-error-and-help' that help to
easily report errors to the user. The latter also calls the `help'
command.

All commands, when done, exit with `*exit-status*' being the status
code used. The `with-error-status' macro let-binds this variable so
that the command function exits with the given status code.
2013-04-06 17:24:05 +02:00
..
clark.asd Bump version in system, 0.0.1 is very low... 2013-03-27 21:39:35 +01:00
clark.lisp Exit with status 1 on error 2013-04-06 17:24:05 +02:00
make-image.lisp Add GPLv3 license info 2013-03-23 00:51:31 +01:00
Makefile Add some Makefile targets 2013-03-23 01:05:05 +01:00
package.lisp Move the export to package definition 2013-04-06 14:43:31 +02:00