I would be willing to get issue 760 fixed. However, before I do all the work, could someone
give me a clearer idea of what is meant with
" Comment 4 by kirill.smelkov, Apr 01, 2008
How about making .is_number a class variable instead of property for Symbol, Number,
Atom, etc... ?
"
Do I understand it right, that .is_number should be a class variable only for
Symbol, Number, Atom, ..., but not for Function, etc ? (In this case, does it
remains as a property ?
What is the real advantage? I myself like a lot properties, and I would say this is
a typical example where properties should be employed. What do you people think?
Best,
Julio
I don't have a strong opinion on this. Either option is fine.
Ondrej