Skip to content

maxrzepka/clojure-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure By Example

Discover clojure ecosystem through examples.

Description

Simple web interface to show clojure examples in action :

  • Examples are defined as clojure data
  • Custom ReadEvalPrintLoop

The goal is to help people to quickly dive into the phase “Messing About” cf http://www.jeffbloom.net/docs/Hawkins-MessingAboutInSci.pdf .

Usage

To run any project locally :

  • go to the project root folder
  • run `lein run <port>`
  • open your browser `http://localhost:<port>` (by default port is 8080).

FEATURES

  • Export example as plain clojure code.

About

Discover clojure ecosystem through examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published