CLAWK

CLAWK is an AWK implementation embedded into Common Lisp, by Michael Parker. This version contains some patches to make it compile again.

Installation via ASDF-Install

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 Repositories

CLAWK

darcs get "http://www.foldr.org/~michaelw/projects/clawk/"

Regex

darcs get "http://www.foldr.org/~michaelw/projects/regex/"

Michael Weber