On Wed, Feb 27, 2013 at 05:21:47PM +0100, Stefan Israelsson Tampe wrote:
> 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
>
> The
On Wednesday, February 27, 2013 08:52:09 PM r...@tuxteam.de wrote:
> I find loop an invaluable syntactic extension for embedable scheme ...
> But I guess that's a matter of taste
Yes taste is differnt. To be onest the wow feeling of reading into
CL's loop macro facilities got me started becoming f
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 ta