Hi all, I just started a small project where I intend to try to port over common lisp tools as wel as define a common lisp language in guile-2.
You may find it at: https://gitorious.org/guile-cl/guile-cl There is only one module, loop.scm that implements the cl loop macro. It is an intresting task to make that package hackable but I feel that I suceeded with that using syntax-parse. The utility is somewhat a joke because of it's horrible syntax and schemers are better of to use another tool like foof-loop. Anyhow it's up there for you to enjoy! Have fun /Stefan
