Bridge Running on JavaScript? for the Lounge!
I'm currently reading the excellent book Masterminds of Programming: Conversations with the Creators of Major Programming Languages (O'REILLY).
In chapter 16 they interview John Warnock and Charles Geschke of Postscript, and following is an excerpt of the interview that I found particularly interesting:
Even using JavaScript to script the HTML document model is not for the faint of heart sometimes.John: No, it’s not. I do that all the time and it’s not for the faint of heart, especially since the character sets are different and almost everything is different about the two environments.
But anyway, people do. If you want to automate document production, the best way to do it is to get into JavaScript and script the incredible typesetting engines inside of InDesign or the incredible imaging engines inside of Photoshop. You can build massive numbers of things in an automated way in a fairly straightforward fashion.
[...]
You’re just translating back and forth between object models.John: That’s right. It is a lot of JavaScript, but the fact that it hangs together is amazing. It’s completely portable.
What I find interesting are three things:
- This book was released in 2009. I don't think that scripting was a feature then that Adobe 'never communicated' about. (Unless, the interview was taken a couple of years before the actual book got released, and maybe at that time scripting was a hidden feature).
- Does Bridge still run on JavaScript? I find that interesting.
- And finally, it seems that the OM was never written initially to benefit us users, rather to make it easier for Adobe to extend their programs. (I feel bertrayed...
)
Am I the only one surprised here? Or this all common knowledge that I just bumped into?
Waiting to hear from you,
Ari
[Asking the correct forum helps... Moved from non-technical Forum Lounge to specific Program forum... Mod]
