Brunopaes / hangman-clojure

Hangman game - Clojure scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClojureStudies - A Functional Programming aproach

Using Clojure (Version 1.8.0) and REPL (Version 0.3.7), this Clojure Project was made for the functional programming classes. The main purpose of this Clojure Project was, by the implementation of an hangman game, learn the fundamentals of Clojure and the functional programming paradigm.


Project Structure

This project contains 4 directories within the project root:

  • doc: Clojure and Leiningen documentation;
  • resources: Clojure and Leiningen dependencies;
  • src: source code;
  • test: test directory.

Installation

brew install leiningen

Project Generation

lein new app _project name_

Clojure via terminal

lein repl


References Links

Leiningen:

Read Eval Print Loop:

repl.it:


About

Hangman game - Clojure scripts


Languages

Language:Clojure 100.0%