Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 516 Bytes

Some Clojure Programs

Interesting short programs I wrote in Clojure or ClojureScript.

Currently includes:

  • Sieve of Eratosthenes implementation without any mutation
  • Infix expression macro implementing the Dijkstra's Shunting-yard algorithm

How to run

Download Leiningen if you don't have it.

Clone this repo

In the repo directory, do "lein run"

License

Copyright © 2016 Georgy Petukhov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.