guile-user
[Top][All Lists]
Advanced

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

Re: address@hidden


From: thi
Subject: Re: address@hidden
Date: Thu, 14 Dec 2000 15:55:58 -0800

   From: address@hidden
   Date: Thu, 14 Dec 2000 18:01:44 -0600

   how would one use the guile macro system to do such a thing?

maybe something like this (untested)?

(defmacro newdefine (symbol procedure)
  `(begin
     (println "you just defined something")
     (define ,symbol ,procedure)))


thi



reply via email to

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