Date: | Mon Jan 19 13:27:31 1994 | |
Subject: | valof evil?! | |
From: | ||
Volume-ID: | 940120.01 |
What is wrong with valof? How else am I supposed to create variable numbers of variables? define dovars(num); lvars num; repeat num times 0->valof((gensym("tike"))); endrepeat; enddefine; I don't know if this is what it was intended to be used for, but I find it useful (maybe this reflects badly on my programming style? :-) Daniel. |