December 30, 2004

Publications by Bjarne Stroustrup

I´ve just started looking through some of the publications available by Bjarne Stroustrup online. I recommend reading Learning Standard C++ as a New Language if you get the chance.

December 15, 2004

JavaScript on the Java platform

I've just read an interesting article on using JavaScript to script Java objects. It provides an interesting example of creating a GUI interface with Swing and JavaScript.