aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.rst
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:08:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:08:03 -0200
commit82ab7c82ddb9a8d49817d3fb42ae47dde295155a (patch)
tree9eeaa91216e1e78d0d0e3f5e1152c6887468628c /aulas/ambientes.rst
parentbf5f80b9a219dbc47a975ccae00539bbb01f33e3 (diff)
downloadboaspraticas-82ab7c82ddb9a8d49817d3fb42ae47dde295155a.tar.gz
boaspraticas-82ab7c82ddb9a8d49817d3fb42ae47dde295155a.tar.bz2
Versão inicial das aulas em rst
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/>`_.
+