InfoQ Homepage Programming Content on InfoQ
-
Nemerle: A Hybrid Programming Language For The .NET Platform
Nemerle is a hybrid language developed by the Computer Science Institute of the University of Wroclaw in Poland. It is a high-level statically typed language that offers functional, object-oriented, and imperative features. It has a simple C#-like syntax and a meta-programming system.
-
RailsDay 2006 Registration Now Open
Time to register for one of the most exciting events in the Rails universe this year. RailsDay 2006 is your chance to showcase your Rails talent and win big prizes.
-
Beautiful JavaScript Windows and Dialogs for your Application
French expert user-interface programmer Sebastien Gruhier releases latest version of his beautiful Prototype Windows code, based on Prototype and compatible with Scriptaculous effects.
-
Opinion: Final should be default, not deprecated
Elliotte Rusty Harold has joined a growing discussion across some blogs and lists about the topic of deprecating the final keyword in Java, saying that in order to properly design by contract, most methods should be marked final until the language can be modified to do this by default (and only then eliminating the keyword).