
29 Jul
2008
29 Jul
'08
1:17 p.m.
bos:
I'm unclear on the design goals of parameterizing JSObject. Why isn't JSObject just a list of (String,JSValue) tuples?
Doing things this way permits the avoidance of the OverlappingInstances extension, and so makes the library H98 compliant. The downside is that the library is really clunky to use.
If its *really* clunky, we can provide the overlapping interface as well... How strongly to people feel? -- Don