aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.rst
blob: ed3562d38aa403f5409b6a49378db0b736dec14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/>`_.