guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [r6rs] quest to make the makers package work


From: Marco Maggi
Subject: Re: [r6rs] quest to make the makers package work
Date: Tue, 08 Jun 2010 16:58:41 +0200

> How would you change:
>
> <http://github.com/downloads/marcomaggi/nausicaa/makers-1.0.0.tar.gz>
>
> to make it work with Guile?

I test program has the following as incipit:

#!r6rs
(import (rnrs)
  (rnrs eval)
  (makers makers))

and I get this:

ERROR: In procedure macroexpand:
ERROR: source expression failed to match any pattern in (import (rnrs) (rnrs 
eval) (makers makers))

but I get a similar  error also with other simpler programs,
for example starting a program with:

(import (rnrs)
  (lib))

gives me:

ERROR: In procedure macroexpand:
ERROR: source expression failed to match any pattern in (import (rnrs) (lib))

is it actually possible to load libraries?
-- 
Marco Maggi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]