aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'aulas/ambientes.rst')
-rw-r--r--aulas/ambientes.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/aulas/ambientes.rst b/aulas/ambientes.rst
new file mode 100644
index 0000000..ed3562d
--- /dev/null
+++ b/aulas/ambientes.rst
@@ -0,0 +1,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/>`_.
+