|
|
PythonMonkey
Python language support for Eclipse Monkey
About
Python Monkey is an Eclipse plugin that adds support for Python language to the Eclipse Monkey plugin, using Jython.
Features
- It's Python -- an OOP language that doesn't require you to declare variables or type braces, and it comes with an extensive library.
- Access and extend any package in any loaded bundle without having to implement a DOM.
- sys.stdout and sys.stderr are redirected to a console.
Screenshot
Download
- Python Monkey 0.1.0
- Just unzip into your eclipse installation directory, or an eclipse extension directory.
- Subversion repository
- You'll also need to install Jython and copy jython.jar and Lib into the org.jrfonseca.pythonmonkey directory.
Usage
See the example project for more information.
To do
- Redirect sys.stdin to console input.
- Implement some of the Javascript DOMs.
- Split Jython into a separate plugin.
Links
About Eclipse Monkey:
Related work:
Other scripting approaches for Eclipse:
Sign in to add a comment

