Raymond Toy wrote on Mon, Oct 28, 2002 at 04:44:10PM -0500: > > rif> Alright, so I think the aref is producing the error. i and j are both > rif> local variables of score-train-model, defined as the iteration > rif> variables for a pair of nested dotimes loops, the aref call is inside > rif> both loops. I'm not sure why they're not listed by list-locals, which > rif> seems to only list the parameters of the function, rather than the > rif> variables where I'm executed. > > To see the variables, you need to compile with less speed or more > debug. Maybe (debug 2) or 3.
Yes, but to get at the right place rif first of all needs safety =2 or =3. Martin
