Search found 1 match

by meekerdb
Sun Dec 18, 2011 2:02 pm
Forum: Common Lisp
Topic: accessing children in CLOS?
Replies: 2
Views: 5407

accessing children in CLOS?

I want to read in some data from files and put the data into slots in members of a class. There are lots of sets of data. Then I want to be able to do things like plot and calculate statistics. But how do I access all the instances of the class that have been created as I read in the data? Can I MAP...