Any easy way to convert Applescript Studio to AppleScriptObjC?

I have a project that was originally written in Applescript Studio. I’m not sure weather this will be an easy conversion process, or not. Thanks for any advice!

In reality, it’s not so much conversion as mostly re-writing. Any code that addresses apps will still be fine, but the rest will largely be irrelevant. Sorry if that sounds like bad news; on the bright side, you can do a lot more with AppleScriptObjC.

At a quick glance, this seems like a good short article:

http://www.macosxautomation.com/applescript/develop/index.html

I’m still learning this stuff also.

gl,

Model: MBP
AppleScript: 2.2.3
Browser: Safari 536.26.17
Operating System: Mac OS X (10.8)

Bear in mind that the bit about using defaults to be able to edit Studio projects is well out of date.

Yes, that’s the hard part; trying to find out what is pertinent in the current system. There isn’t very much to compare to. Apple leaves a brief comparison here with code:

https://developer.apple.com/library/mac/#releasenotes/ScriptingAutomation/RN-AppleScriptObjC/_index.html

I feel like there is something missing.