In previous posts , I've been exploring what you can do with Google Apps, the APIs and AppScript. The joy of the APIs is that I can talk to them with my favourite ( textual ) programming language python which in real terms normally means noodling around in the interpreter - eventually saving a page worth of code into a script. I'm comfortable with python, but if I'm to share what I'm doing as a "you can too" thing then I need to knuckle down, give in, and finally learn the basics of Javascript, or rather AppScript. I've always resisted Javascript, because: I really hate braces I loathe semi-colons The string handling seems goofy.toString() itOftenUsesThisTypeOfNotation( ) There's never an interpreter lying around when you need one And the forloops are hideous! Something that is so naturally fluid in python, seems like line noise to someone like me. It seems crazy that forloops, something you do all the time, are so verbose... I mean.....
Collaborative Tools Project