Skip to content

Instantly share code, notes, and snippets.

@yusuke
Created November 9, 2013 03:16
Show Gist options
  • Select an option

  • Save yusuke/7381113 to your computer and use it in GitHub Desktop.

Select an option

Save yusuke/7381113 to your computer and use it in GitHub Desktop.
apple.applescript.AppleScriptEngineFactory@3803641
getEngineName: AppleScriptEngine
getEngineVersion: 1.1
getLanguageName: AppleScript
getLanguageVersion: 2.3
getExtensions: [scpt, applescript, app]
getMimeTypes: [application/x-applescript, text/plain, text/applescript]
getNames: [AppleScriptEngine, AppleScript, OSA]
getScriptEngine: apple.applescript.AppleScriptEngine@555bf03d
com.sun.script.javascript.RhinoScriptEngineFactory@419829a9
getEngineName: Mozilla Rhino
getEngineVersion: 1.7 release 3 PRERELEASE
getLanguageName: ECMAScript
getLanguageVersion: 1.8
getExtensions: [js]
getMimeTypes: [application/javascript, application/ecmascript, text/javascript, text/ecmascript]
getNames: [js, rhino, JavaScript, javascript, ECMAScript, ecmascript]
getScriptEngine: com.sun.script.javascript.RhinoScriptEngine@a5b9d44
Hello, World!Disconnected from the target VM, address: '127.0.0.1:50465', transport: 'socket'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment