aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.md
blob: 184498b30c3bdf675aa17199b06ef8104a406a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Ambiente básico
---------------

* Editor de texto ou IDE: produz código.
* Emulador de terminal: execução de tarefas.
* Navegador web: ambiente de teste.

Editores
--------

* Vantagens dos IDEs (NetBeans, Eclipse, Aptana, etc):
  * Ambiente de desenvolvimento integrado.
* Vantagens dos editores de texto (Atom, Emacs, VIM, Notepad++, gedit etc):
  * Simplicidade.
  * Performance.

Referências
-----------
* [Atom](https://atom.io/).
* [Lime Text Editor](http://limetext.org/).