From bf5f80b9a219dbc47a975ccae00539bbb01f33e3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 31 Oct 2015 20:07:30 -0200 Subject: Versão inicial das aulas em markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aulas/ambientes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 aulas/ambientes.md (limited to 'aulas/ambientes.md') 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/). -- cgit v1.2.3