Note to myself: Another reason why I don't like Java
Posted on:February 05 2008
I noticed this some years ago, but somehow my mind has suppressed this realization. Until I found myself in a discussion with a java programmer some weeks ago which was like this:
Me: Yes, but why don't you simply use an unsigned int? Twice as much numbers for the same price! :)
Him: Unsigned what?
Me: Unsigned int. No sign. Unsigned.
Him: ?
Yep, and there it was again. Java does not have unsigned types. What a superior language. Who needs unsigned types, right? :)
Comments:
jens
Quote
2008-02-05 18:08:00
Joseph Smith
Quote
2008-02-05 18:27:00
David Tanzer
Quote
2008-02-05 18:55:00
Michael
Quote
2008-02-05 19:01:00
David Tanzer
Quote
2008-02-05 19:02:00
MasterGod
Quote
2008-02-05 19:12:00
Steve
Quote
2008-02-05 19:26:00
haffax
Quote
2008-02-05 20:28:00
Kemp
Quote
2008-02-05 20:52:00
mirlix
Quote
2008-02-05 21:16:00
haffax
Quote
2008-02-05 21:54:00
mirlix
Quote
2008-02-05 22:05:00
c# fanboy
Quote
2008-02-05 22:14:00
haffax
Quote
2008-02-05 22:44:00
Totoro
Quote
2008-02-06 07:50:00
David
Quote
2008-02-06 09:48:00
Ketzal
Quote
2008-02-06 11:23:00
Lino
Quote
2008-02-06 15:59:00
jirr
Quote
2008-02-07 21:36:00
Andi
Quote
2008-02-08 13:56:00
Add comment:
Possible Codes
Feature | Code |
Link | [url] www.example.com [/url] |
Bold | [b]bold text[/b] |
Quote | [quote]quoted text[/quote] |
Code | [code]source code[/code] |
Emoticons
and always this "you can use it on every os" ... pfff ... you are paying a huge performance price for that ... and to be honest: c++ is also portable to every os. it just depends on the coder.