Re: I don't like the intro page of the documentation.

new topic     » goto parent     » topic index » view thread      » older message » newer message
jaygade said...

Right, but I think that you could argue that the datatype design as a whole is unique, even though it contains features from other languages.

I don't have any reasons to disagree with this.

jaygade said...

Isn't using Java's Vectors and C#'s Lists way more complicated as well?

Java's Vectors were not generic and were superceded by Lists, which are.

They all are a lot more complicated though (as they are fully fledged object oriented classes with many methods implemented, as well as a number of fields containing metadata).

jaygade said...

Can they easily contain arbitrary mixed data like sequences do?

The List classes of both languages can be typed (e.g. you can have a List<int> etc), and generally should be. However, a List<Object> is one way to create a heterogeneous list.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu