Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Is Java the only practical choice for webdev?

Name: Anonymous 2012-04-27 16:10

All other languages are either not compiled languages with static typechecking or have too few eligible users.  C# would also be an option if it wasn't Windows-only.

Name: Anonymous 2012-05-01 6:37

>>76
A few suggestions for improvements:

1. That probably doesn't emit a warning if you forget to check any of the return values, in GCC you can use switch...case with enums (but those are ints so you might be getting some other return value), and in GHC you can use pattern matching (this is optimal).

2. Names are too Enterprise, they should be shortened.  In GHC you have just data Ordering = LT | EQ | GT.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List