Re: [Chicken-users] Defining defmacro using define-syntax

2019-05-14 Thread Juergen Lorenz
Hi all, yes, there is a simple way: (import procedural-macros) and you'll have not only a hygienic (if you want so) define-macro, but other procedural macros and macro creators as well. Cheers Juergen > > The FermaT program transformation system is implemented in WSL > and translated to Scheme

Re: [Chicken-users] what does "##core#check" do?

2019-05-14 Thread Peter Bex
On Tue, May 14, 2019 at 07:05:41AM +0200, Marco Maggi wrote: > Ciao, > > in the "record-variants" egg there is: > >(##core#check (##sys#check-structure x ',original-name)) > > I understand what: > >(##sys#check-structure x ',original-name) > > does, but what is the