Help:Adding a new programming language

Revision as of 12:59, 27 October 2008 by rosettacode>Mwn3d (→‎Language Page: Updated for "new" header template...)

If you're familiar with the language, adding a new programming language is simple enough.

Programming Example

You should probably start by examining the existing programming tasks, and finding one that you can complete with your language of choice. Good starter examples are Empty Program, Comments, User Output, and those in Category:Control Structures and Category:Basic Data Operations. See Help:Adding a new programming example for details.

Language Page

Rosetta code uses the Category namespace for describing programming languages, with a normal page redirecting to it for more convenient links.

If a programming example already exists for the language, creating a language page is simple. Just click on the red link to the language, and click "Create this article" on the resulting page and add at least this boilerplate:

{{language|My Language}}
Short description of your language.

Your language description should briefly point out unique features of the language and provide links to external sites for more information or downloads. You can also provide wiki links to other languages or other wiki pages for cross-reference. If you have little to say, please prepend the text {{stub}} to let us know more information needs to be added. Now click the "Save" button.

Next you need to add a page that redirects to this page so that people can link to your language easier. Enter the name of your language in the search bar on the left and click "Go". Once again, click "crate this page" and add this text replacing My Language with the name of your language:

#REDIRECT [[:Category:My Language]]

Now hit "Save" again. Go back to the example page and reload. Check that clicking the header link for your language takes you to the category page you just created, and that the example shows up in a section titled Articles in category "My Language".

Conclusion

Thanks for showing an interest in adding information to Rosetta Code. With the help of people like you, Rosetta Code will become a true programmer's resource!