guile-user
[Top][All Lists]
Advanced

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

Re: module system


From: rm
Subject: Re: module system
Date: Thu, 15 May 2003 16:00:24 +0200
User-agent: Mutt/1.5.3i

On Thu, May 15, 2003 at 01:42:38PM +0100, Dr. Peter Ivanyi wrote:
> Hi,
> 
> I would like to be able to define a module in the "same" way for guile,
> bigloo and plt-scheme, but mostly the first two. I know guile a little
> better so I thought I will try to modify the behaviour of guile. In bigloo 
> a module is defined with
> (module ...)
> format. So I thought I will write a macro which transforms the bigloo
> module definition to guile format. And here I have a little problem.
> I have two files:
> 
> [...]

Hmm, shouldn't this be 

 (defmacro module args 
   `(define-module ,args))

hth 

  Ralf Mattes

> Thanks for any help.
> 
>                                       Peter Ivanyi
> 
> 
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/guile-user




reply via email to

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