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

Re: xscheme, cons-stream, macros



In article <3258@eagle.wesleyan.edu>, I write:
> I've run into a problem in XSCHEME...since cons-stream is defined as a macro,
> it cannot be passed to higher-order procedures.  The solution I'm using at the
> moment is I added to my XSCHEME.INI right after the macro definition:
> 
> (define cons-stream (lambda (a b) (cons-stream a b)))
> 
> This seems to work, but there must be a better solution.  Any ideas?
> 
>   thanks,
>        nick
> 

OK...I figured out why I can't do this.  I'm new to this, pay me no mind...

      nick