Do

Are there going to be python bindings for plugins?

Asked by Louis Taylor

The usual plugin language (C#) is a bit of a pain. I have found Python to be a very good language for writing plugins for projects like awn-dock.
Are there any plans to include/not include python bindings?

Question information

Language:
English Edit question
Status:
Solved
For:
Do Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Launi
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Launi (alexlauni) said :
#1

If you like Python you should try Boo, but basically plugins can be written
any .NET language. Wikipedia has a list of CLI languages.
http://en.wikipedia.org/wiki/List_of_CLI_languages

--
--Alex Launi

Revision history for this message
Louis Taylor (kragniz) said :
#2

Thanks Alex Launi, that solved my question.

Revision history for this message
Louis Taylor (kragniz) said :
#3

Are there any good tutorials for writing plugins for gnome-do in Boo around?