[m-rev.] diff: implement concat_string_list for .NET
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Feb 19 18:36:19 AEDT 2003
On 17-Feb-2003, Michael Day <mikeday at yeslogic.com> wrote:
>
> > There is a representation issue in that it would be nice to allow
> > every char to appear in a string, rather than excluding NULs.
>
> Given that there is no way to create such a string in Mercury (right?) and
No, there are ways. See the code I posted earlier in this thread.
> what kind of string representations do Java and C# have? Has
> the world settled on C strings or are there still pockets of resistance?
Java and C# both have representations which keep track of the length
explicitly, and permit strings to contain null characters.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list