Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
Bongey (talk | contribs)
No edit summary
SineBot (talk | contribs)
m Signing comment by Bongey - ""
Line 117:
C# value types are not syntactic sugar. To meet that definition you would have to demonstrate what kind of code is really generated which you could have written yourself. You cannot do that with value types as they exhibit ''copy semantics'' - i.e. they are stack allocated and new copies are created when assigned or passed as parameters. Apart from that, being "syntactic sugar" is not an impeachment. Every single programming language is rife with "syntactic sugar". For loops are syntactic sugar: You can demonstrate how the resulting code can be generated as a result of statements and a while loop (or vice versa). Syntax matters. [[User:Useerup|Useerup]] ([[User talk:Useerup|talk]]) 22:26, 25 October 2010 (UTC)
 
:Response: Value types are not a language feature,end of story, your wrong , give it up. Nobody outside Redmond and MS Fanboys cares about value types. They are not defined in any computer science literature, they are an invented type by MS. Not once in programming in C/C++/python/ruby/java/ADA/perl have I ever heard someone say 'geez wiz I wish I had value types'. You really need to stop arguing with everyone on this page. You keep reverting peoples changes, pretty much disagreeing with everyone where they are saying there is bias. How are we suppose to get rid of bias if you are allowing any real changes? <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Bongey|Bongey]] ([[User talk:Bongey|talk]] • [[Special:Contributions/Bongey|contribs]]) 14:46, 26 October 2010 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
== Decimal types ==
Why does the data types chart say "No" for C# for "Big decimal (financial) type", and then provide a cite link to an article on the big decimal/financial data type "decimal" in the C# online reference? <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Cerowyn|Cerowyn]] ([[User talk:Cerowyn|talk]] • [[Special:Contributions/Cerowyn|contribs]]) 18:04, 8 February 2010 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->