On Apr 20, 2011, at 8:24 AM, Adam Stankiewicz wrote: >> Value types are supposed to be implementable in hardware if available. You >> are assuming they are objects with reference semantics. That contradicts >> their purpose and why we are discussing them as a new kind of type. > I was talking about decimal proxies, not decimal primitives itself.
The idea is to implement decimal (and rational, and complex, etc. etc.) via value proxies, not via built-in additions to the standard. I.e., "library code". Thus there would be no difference between "decimal proxies" and "decimal primitives". /be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

