Python

From: THERE IS NO GOD BUT (RENDLE)24 Jul 2009 08:01
To: ALL1 of 5
I have to say, having been forced into writing my web service in Python so I can host it on Google* AppEngine, I am finding it to be a Not Bad Language. It's pleasingly terse, acceptably object-oriented and has decent LINQ-ish constructs. I'm still not sure about indentation-as-block-definition, although it does mean that there are fewer dead lines in the code.

Only thing I'm having trouble with is forgetting to put colons at the end of flow-control lines.

AppEngine itself is pretty good, too.

*Chrome's spell-check dictionary doesn't know the word "Google". (fail)
From: Drew (X3N0PH0N)24 Jul 2009 12:42
To: THERE IS NO GOD BUT (RENDLE) 2 of 5
Fucking hippy.
From: Rich24 Jul 2009 20:27
To: THERE IS NO GOD BUT (RENDLE) 3 of 5
IronPython or 'proper' Python? :-)
From: THERE IS NO GOD BUT (RENDLE)25 Jul 2009 07:59
To: Rich 4 of 5

"Proper" Python. 2.5. On Linux.

 

I'd have preferred Ruby, but that's a sod to get running on AppEngine.

From: 99% of gargoyles look like (MR_BASTARD)25 Jul 2009 16:56
To: THERE IS NO GOD BUT (RENDLE) 5 of 5
TBH, I would've expected nothing less from a codeGod like you.