[clean-list] Wish list

shivkumar chandrasekaran shiv at mayachitra.com
Tue Nov 16 02:31:00 MET 2004


I would like to add some thing to the Wish list.

> Language::Uniqueness Issues
>
> Uniqueness can be hard for programmers to deal with. There are various 
> things that might be done to make it less painful. For example:
>
>     *
>
>       Provide functionality for splitting a unique container structure 
> into unique disjoint parts, and provide functionality for combining 
> them into a single unique structure again. This would make it possible 
> to avoid single-threaded manipulation to some extent [suggested by 
> Erik Zuurbier].
>     *
>
>       Provide functionality for creating a (partially) unique 
> duplicate of some object [suggested by Erik Zuurbier].
>     *
>
>

I wish if this functionality ever appears it is also included for 
arrays (multi-dimensional), so that we are allowed to split a unique 
array into unique non-overlapping sub-parts (I can get more detailed 
with a quasi-impementation using the current C FFI if necessary).

I also wish there were weak-pointers and finalization calls for 
objects. Again, I can supply more details of where I need them if 
necessary.

Thanks,

--shiv--




More information about the clean-list mailing list