Re: Explicit sequencing in DSSSL

Subject: Re: Explicit sequencing in DSSSL
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Apr 1997 14:44:44 -0400 (EDT)
> 
> In working with Jade I have been finding myself lately wanting to do
> something like the following:
> 
> (element foo
> 	(debug "here I am in the foo rule")
> 	(make ...))
> 
> (using James Clark's external debug function) but this is not
> syntactically allowed. The closest I have been able to come is something
> like:
> 
> (element foo
> 	(let ((junk (debug "here I am in the foo rule")))
> 	 (make ...)))

I think that that is the best that you can do, but what's wrong with it?

 Paul Prescod


Current Thread