Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dynamic Languages Toolkit"

Line 1: Line 1:
Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl.
+
__NOTOC__
 +
__NOEDITSECTION__
  
Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.
+
Welcome to our Wiki. This is the Wiki home page for the Dynamic Languages Toolkit project, an Eclipse Technology sub project.
  
While the main DLTK [http://www.eclipse.org/dltk website] contains the bulk of information regarding the project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.
+
Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.
  
== User Guides ==
+
While the main DLTK [http://www.eclipse.org/dltk website] contains the bulk of information regarding the project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.
  
* [[DLTK_Installation|Installing DLTK]]
+
{| border="0" cellspacing="15" valign="top" style="width:100%;"
* [[DLTK_IDE_Guide|A guide to building a DLTK-based language IDE]]
+
* [[DLTK_Validators_User_Guide|DLTK Validators User Guide]]
+
  
== Project Plans and Feature Discussions ==  
+
|-valign="top"
 +
|style="width:50%;"|
 +
<h1>User Resources</h1>
 +
*'''[[DLTK Installation]]''' - DLTK versions and installation instuctions
 +
*'''[[DLTK Validators User Guide]]''' - Using DLTK validators - external tools to perform code analysis tasks
 +
|
 +
<h1>Developer Resources</h1>
 +
*'''[[A guide to building a DLTK-based language IDE|Guide to build IDE]]''' - Detailed guilde to build DLTK-based Python IDE
 +
*'''[[Remote API Migration guide]]''' - Migration guilde to build DLTK-based IDEs compatible with RSE Remote projects
 +
|-valign="top"
 +
|style="width:50%;"|
 +
<h1>Get Involved</h1>
 +
*'''[[DLTK_Project_Plan|DLTK 0.95 Project Plan]]''' -
 +
*'''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=DLTK&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Active DLTK Bugs]''' - review and create Bugzilla entries
 +
|
 +
<h1>Project Components</h1>
 +
*'''[[DLTK_TCL|DLTK's TCL IDE Component]]''' - DLTK's TCL IDE Component
 +
|}
  
* [[DLTK_Project_Plan|DLTK 1.0 Project Plan]]
 
* [[DLTK_TCL|DLTK's TCL IDE Component]]
 
  
 
[[Category:DLTK]]
 
[[Category:DLTK]]
 +
[[Category:Eclipse Technology Project]]

Revision as of 07:31, 26 May 2008


Welcome to our Wiki. This is the Wiki home page for the Dynamic Languages Toolkit project, an Eclipse Technology sub project.

Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, and Python development environments ready to use out of the box.

While the main DLTK website contains the bulk of information regarding the project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.

User Resources

Developer Resources

Get Involved

Project Components

Back to the top