pt-br
Olá, esse repositório foi criado para armazenar os exemplos usados na talk "Do -1 ao 0 em Programação Funcional e os Primeiros passos com Clojure"
O conteúdo é bem inicial e tem por objetivo dar ao ouvinte uma breve ideia sobre o tema, porém, no arquivo da apresentação, ao fim, há uma seção com links para aprofundar de fato o conhecimento.
Para executar o projeto baby-steps-in-clojure é necessário ter o Clojure instalado (que por sua vez, precisa do Java, é recomendado o JDK 11 ou superior)
Você pode encontrar um guia para a instalação aqui.
Com o clojure instalado, você pode executar o projeto com o REPL e testar/evaluar cada função.
Para os exemplos que estão na pasta imperativo-vs-funcional, você precisa ter o Python instalado.
Você pode encontrar informações para a instalação aqui.
Com o Python instalado, você pode executar o arquivo chamando python3 seguido do nome do arquivo.
en-us
Hello, this repository was created to store the examples used in the talk "-1 to 0 in Functional Programming and Getting Started with Clojure".
The content is very introductory and aims to give the listener a brief overview of the topic. However, at the end of the presentation file, there's a section with links to truly delve deeper into the topic.
To run the baby-steps-in-clojure project, you need to have Clojure installed (which, in turn, requires Java, JDK 11 or higher is recommended).
You can find an installation guide here.
With Clojure installed, you can run the project with the REPL and test/evaluate each function.
For the examples in the imperative-vs-functional folder, you need to have Python installed.
You can find installation information here.
With Python installed, you can run the file by calling python3 followed by the file name.