Outras linguagens de programação

There are many programming tools available in Xubuntu for many different programming languages. This section provides a short list of some of the more commonly-used languages.

Mono .NET development environment

Mono is an implementation of the .NET stack, which allows you to write cross-platform programs in a number of different languages, including C#, Java, Visual Basic .NET and JavaScript. More information about Mono is available from the Mono project homepage.

  1. Install the monodevelop and monodoc packages from the “Universe” repository.

  2. Press ApplicationsProgrammingMonoDevelop to start the MonoDevelop IDE.

  3. Press ApplicationsProgrammingMonoDoc to start the Monodoc documentation browser.

Linguagem BASIC com ambiente gráfico Gambas

O Gambas é um ambiente de desenvolvimento semelhante ao Visual Basic, que permite desenhar e construir rapidamente aplicações gráficas usando a linguagem fácil de aprender BASIC.

  1. Instale o pacote gambas a partir do repositório “Universe”.

  2. Press ApplicationsProgrammingGambas to start the Gambas IDE.

A set of example applications are provided with Gambas, which you can use to help you to learn the language. To view an example application, start Gambas, press Examples on the Welcome to Gambas! screen and select the example which you would like to view.