项目作者: Brunopaes

项目描述 :
Hangman game - Clojure scripts
高级语言: Clojure
项目地址: git://github.com/Brunopaes/hangman-clojure.git
创建时间: 2018-08-04T23:05:56Z
项目社区:https://github.com/Brunopaes/hangman-clojure

开源协议:

下载


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


Leiningen:

Read Eval Print Loop:

repl.it: