Text Editor Text Editor A text editor is a program that allows you to edit text files in a way suitable for programming. On Linux the text editor I recommend is gedit . What...
A Taste of Agda Preliminaries Programming With Dependent Types: Vectors The datatype Vec The constructors [] and _∷_ The total function lookup Agda as a Proof Assistant: P...
Install a Code Editor Sublime Text Install a Code Editor The first step is to get a code editor set up to handle Elm files. There are a bunch of editor plugins maintained b...
Simple project - Salary Calculator Complete project also in Git Simple project - Salary Calculator In this section we will use Leiningen to create a new Clojure project. Th...