em outras linguagens. (pausa para escrever Fluent Python) • Contratado pela ThoughtWorks, uma empresa de devs poliglotas • Estudando arquitetura de sistemas distribuídos para construir plataformas • Foco atual: Go, Elixir • Na fila: Erlang, Elm, Clojure, Rust
otimizados: gera executáveis de alto desempenho que funcionam sem dependências externas • Sistema de tipos simples: structs, métodos e interfaces (sem herança, sobrecarga etc.) • Suporte a concorrência, paradigma CSP (Communicating Sequential Processes): gorrotinas, canais e instrução select • Pilhas incluídas: biblioteca e ferramentas
variante for/range) • Instrução defer • Instruções go e select • Indicação de público/privado pela letra inicial do identificador (Xxx é público) • Notação expressiva para literais de tipos compostos diversos • Sintaxe bastante regular (poucas surpresas) + go fmt
struct, map • Suporte a Unicode: tipo string é uma sequência de bytes, mas biblioteca padrão lida naturalmente com UTF-8 e o for/range itera por caracteres (rune) e não por bytes • Biblioteca padrão excelente para sistemas distribuídos: já suporta HTTP/2!
erros que preserve o stack trace • Métodos para coleções nativas (ex. .Contains) • Alguma solução para a necessidade de reimplementar tipos básicos como set • Protocolo de iteração (interface Iterable) aberto para o usuário da linguagem criar coleções que funcionam com for/range
binários em código de máquina de alto desempenho, mais segura e fácil de aprender que C/C++. • Sintaxe legível, razoavelmente expressiva • Compilação muito rápida • Concorrência com CSP (canais+gorrotinas) • Sistema de tipos simples • Ferramental básico incluído na distribuição • Biblioteca padrão: “pilhas incluídas”
Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!
The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. ✔ Simple is better than complex. ✔ Complex is better than complicated. ✔ Flat is better than nested. ✔ Sparse is better than dense. ✔ Readability counts. ✔ Special cases aren't special enough to break the rules. ✔ Although practicality beats purity. ✔ Errors should never pass silently. Unless explicitly silenced. ✔ In the face of ambiguity, refuse the temptation to guess. ✔ There should be one-- and preferably only one --obvious way to do it. ✔ Although that way may not be obvious at first unless you're Dutch. Now is better than never. ✔ Although never is often better than *right* now. ✔ If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those! ✔
sucesso e será uma das 10+ do Tiobe Index em 2020*. • Crescimento movido por sistemas distribuídos e estratégia de plataformas • Gerenciamento de dependências na próxima versão (go dep) • Go para Android: além dos experimentos • Generics?!? * Segundo minha bola de cristal no 1º semestre de 2017
trajetória de sucesso e será uma das 10+ do Tiobe Index em 2020*. • Crescimento movido por sistemas distribuídos e estratégia de plataformas • Gerenciamento de dependências na próxima versão (go dep) • Go para Android: além dos experimentos • Generics?!?