[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby as application scripting language?

MohsinHijazee

1/16/2008 6:52:00 AM

Hello again!
I've seen some applications which expose their object model for the
user to write program to automate some of the tasks he wishes to do.
One example is FontLab which allows you to use Python. Is that done
for the Ruby as well? What do you say?

Regards,
Mohsin
2 Answers

Jari Williamsson

1/16/2008 7:19:00 AM

0

MohsinHijazee wrote:

> I've seen some applications which expose their object model for the
> user to write program to automate some of the tasks he wishes to do.
> One example is FontLab which allows you to use Python. Is that done
> for the Ruby as well? What do you say?

Sure, Sketchup (now owned by Google) for example use Ruby.


Best regards,

Jari Williamsson

hengist podd

1/16/2008 12:52:00 PM

0

On 16 Jan, 07:18, Jari Williamsson
<jari.williams...@mailbox.swipnet.se> wrote:
> MohsinHijazee wrote:
> >    I've seen some applications which expose their object model for the
> > user to write program to automate some of the tasks he wishes to do.
> > One example is FontLab which allows you to use Python. Is that done
> > for the Ruby as well? What do you say?
>
> Sure, Sketchup (now owned by Google) for example use Ruby.

Many Mac and Windows applications also expose functionality via Apple
events/COM which can be accessed from Ruby via bridges such as rb-
appscript and Win32OLE.

HTH

has
--
http://appscript.sourc...
http://rb-appscript.rub...