So I have a lot of experience writing bare javascript code.
And I begrudgingly have a lot of experience writing applescript code.
I’ve been playing around writing AS in JS in the editor when I’m doing little tests and every time I say to myself OMFG YES THIS IS HOW A SCRIPTING LANGUAGE IS SUPPOSED TO WORK. Like “string.split(”|“)” instead of “set applescript’s text item delimiters to “|””
So anyway, I’m well positioned to make a quick transition, I just need a little help getting started. Like literally, how do you do the run handler? And the open handler? Basically everything that is applescript specific.
For what it’s worth, I don’t even like Javascript. But compared to Applescript native syntax, i LOVE javascript
And writing AS in JS, I’m confident will let me to a lot more, a lot easier.