
17 Feb
2010
17 Feb
'10
7:06 a.m.
Andrew Sutton wrote:
Maybe yes, maybe no. I personal belief is that this particular approach won't result in a very good library or data structure.
well, my idea was more around ahving a Integer interface that rely on a Representation concept that can be either made from scratch or refined form exising code. It has the advantage to specify a clear interface will letting implementation dependant detail hidden from the user. Now, with a proper concept specification, it should be doable to get a proper "cross-project" adaptor. my 0.02€ anyway ;)