[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sizeof
- To: info-mcl@ministry.cambridge.apple.com
- Subject: Re: sizeof
- From: poeck@informatik.uni-wuerzburg.de (Karsten Poeck)
- Date: 11 Jan 1994 10:24:20 GMT
- Distribution: world
- Followup-to: comp.lang.lisp.mcl
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Wuerzburg
- References: <9401110924.AB16312@medg>
Why don't you simply use
(time (create-object))
to meter the size of a lisp object creatable by (create-object)
Karsten