Hear us Roar
Article:
 |
|
Replacing AppleScript with Ruby
|
| Subject: |
|
passing requests from applescripts to rb-appscripts |
| Date: |
|
2008-04-08 16:23:08 |
| From: |
|
gauvins
|
Response to: passing requests from applescripts to rb-appscripts
|
|
Thanks Matt for the (quick) follow-up
first snippets work well. Second do not. I get the following error message :
/Users/gauvins/Desktop/test.rb:1:in `require': no such file to load -- appscript (LoadError)
from /Users/gauvins/Desktop/test.rb:1
---
I stumbled upon your post searching for a way to do exactly what you did in your example (count instances of words in a list). The (few) applescripts examples I could locate seemed very inefficient. An Applescript based app chokes on the large file I used to test the procedure (close to 1G ...).
I understand that Rb-script could be immensely superior, but I would rather try to use your code as some kind of external function, for the moment at least. Maybe this summer I can find the time to rewrite.
|
|
| |