[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby Plugins

Ari Brown

5/7/2007 12:27:00 AM

hey
this question is probably - no, definitely - really dumb. You all
are probably laughing yourselves sick. But....

I know you can write different parts of applications in different
languages, so can you write different plugins in different languags?

thanks,
ari
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.



3 Answers

Avdi Grimm

5/7/2007 1:42:00 AM

0

On 5/6/07, Ari Brown <ari@aribrown.com> wrote:
> I know you can write different parts of applications in different
> languages, so can you write different plugins in different languags?

What do you mean by "plugin"? The term "plugin" has no single defined
meaning in the Ruby language,

--
Avdi

John Joyce

5/7/2007 6:58:00 AM

0


On May 7, 2007, at 10:42 AM, Avdi Grimm wrote:

> On 5/6/07, Ari Brown <ari@aribrown.com> wrote:
>> I know you can write different parts of applications in different
>> languages, so can you write different plugins in different languags?
>
> What do you mean by "plugin"? The term "plugin" has no single defined
> meaning in the Ruby language,
>
> --
> Avdi
>
You mean write a plugin for an application? but you want to know if
you can write it in Ruby (instead of some other language)?
Of course it is possible. It just depends on details. What
application is it you want to make plugins for? Does it have a public
plugin API?
If so, what language is the API for? If it's not Ruby (probably not)
you could use a bridge...

Ari Brown

5/7/2007 10:51:00 PM

0

On May 6, 2007, at 9:42 PM, Avdi Grimm wrote:

> On 5/6/07, Ari Brown <ari@aribrown.com> wrote:
>> I know you can write different parts of applications in different
>> languages, so can you write different plugins in different languags?
>
> What do you mean by "plugin"? The term "plugin" has no single defined
> meaning in the Ruby language,

An add-on to applications, such as TikiWiki and the like.
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.