Help:Adding a new programming language

Revision as of 18:34, 28 November 2007 by rosettacode>IanOsgood (category is already added by the 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. Add the following text, replacing My Language with the name of your programming language:

#REDIRECT [[:Category:My Language]]

Now click the "Save" button. The resulting page will have a red link on it, because you have not yet created the category. Click on the red link to create the category, and add at least this boilerplate:

{{Programming 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 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!