Skip to content

Latest commit

 

History

History

sample-ring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sample-ring

A Clojure experiment with Leiningen.

Initial setup

wget -O ~/Downloads/lein https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && chmod a+x ~/Downloads/lein

~/Downloads/lein new sample-ring

Usage

 ~/Downloads/lein run

Open e.g. http://localhost:3000/sample-ring?clojure=yes&lisp=maybe

Experiment with src/sample_ring/core.clj, see commented out lines related to handler and simple-handler