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

Re: Analyze this!




Anton, the analyzer in 199 doesn't cope with the entire language yet. 
As you may know, we expand Scheme down to a small core language, but 
unlike many other Schemes this core language doesn't consist of lambda,
define, letrec etc but of case-lambda, define-values, letrec-values. You
wrote a program that expands into letrec-values and the 199 analyzer can't
analyze that yet. 

If your code runs in 103p1, try Spidey (the old analyzer). 

If not, wait till the alpha release of the analyzer, which will happen
before December 14. 

-- Matthias