Ruby Plugins

A

Ari Brown

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.
 
A

Avdi Grimm

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,
 
J

John Joyce

What do you mean by "plugin"? The term "plugin" has no single defined
meaning in the Ruby language,
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...
 
A

Ari Brown

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top