Re: [gedit-list] Writing plugins...



On dom, 2007-05-20 at 23:01 -0700, Micah Carrick wrote:
> I work in C with GTK+ stuff typically, however, I think it may be 
> quicker to use python for Gedit plugins as they work without the need to 
> re-compile Gedit. Is that correct?
> 

Yes, definately.

> Can plugins be writting in any language with GTK+ bindings (such as 
> Ruby) or just C and Python?
> 

Just C and Python (well, and probably in C++ with gtkmm with Vala if
bindings are made, since these are just compatible with C). Supporting
other interpreted languages as Ruby or perl would not be very difficult
from a technical point of view, but it does not make sense: embedding
many interpreters in an app means bloating memory usage and slow down
start-up time.


ciao
	Paolo




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]