Posts Tagged ‘syntactic sugar’

Python - Some syntactic sugar

Monday, August 4th, 2008

I’ve been playing with Python for a while now and basically I love it. This post is going to be a very quick overview of some of Pythons features that might be new or a bit odd to a developer from a different background. I’ll be refering to Java, PHP and JavaScript in particular… This [...]

JavaScript Object Manipulation

Sunday, May 25th, 2008

JavaScript is a very dynamic language, so much so that you can redefine and change objects on the fly. This can be a strange concept to programmers from a more traditional OO background such as Java or C#, however once made familiar it can be very useful.
This feature is not restricted to modifying your own [...]