CLAWK is an AWK implementation embedded into Common Lisp, by Michael Parker. This version contains some patches to make it compile again.
Darcs depends on the regex module, which is provided
here as well.
Through Cliki, installation is as easy as:
(asdf-install:install :clawk)
Manually, use the following:
(asdf-install:install "http://www.foldr.org/~michaelw/lisp/clawk/regex.tar.gz") (asdf-install:install "http://www.foldr.org/~michaelw/lisp/clawk/clawk.tar.gz")
darcs get "http://www.foldr.org/~michaelw/projects/clawk/"
darcs get "http://www.foldr.org/~michaelw/projects/regex/"