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