Sinisterly
AppleScript - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: AppleScript (/Thread-AppleScript)



AppleScript - xevenofhearts - 07-30-2013

What's AppleScript you ask?

AppleScript is an automation language for Mac OS X. These scripts are used inside Application bundles to perform pretty simple tasks; or sometimes more complex.

The language is pretty easy to learn. It is based on the fact that everything is an object. Writing scrips is is pretty easy, and very intuitive.


While not many people really use this language, or ever did, except for OS X Devs, it's something that will give you experience in scripting and coding.

Back when I learned the barebones of Applescript I used this site: http://www.macosxautomation.com/applescript/firsttutorial/
Great tutorials. Definitely something I think you scripters would like to learn simply for experience.


RE: AppleScript - noize - 07-30-2013

that link Wrote:Everything belongs to, is related to, is contained in, or is part of something else.

lol, it's like that for anything.

However, I knew about AppleScript, it's very similar to English and I don't really like it. But well, it's supposed to be easy, nice and simple.

Some might want to see these links as well:

http://guides.macrumors.com/AppleScript
http://mac.tutsplus.com/tutorials/automation/the-ultimate-beginners-guide-to-applescript-2/


RE: AppleScript - xevenofhearts - 07-30-2013

@noize for that reason I think its a cool thing for beginners to learn. Just a resource I figured someone might be interested in Confusedmile:


RE: AppleScript - JohnGervais - 07-31-2013

Thanks for the link, man. I know a bit about AppleScript but I'm sure I can learn much more!