Answers to Clojure
bucknell/csci208
A semester-long project: pick up a new language and answer questions (~30).
The report
- The PDF under
projectfolder. - if you have the Haskell and LaTeX dependencies figured out, do
pandoc -s *.md --bibliography biblio.bib --csl apa.csl --toc -o out.pdf
Note:
- the bibtex citations are in
biblio.bib; they are cited as[@citekey2015]in the markdown files.
How to run code
Since Clojure has a very nice read-evaluate-print-loop (REPL), separate clj files are not provided for each question.
- Install Java.
- Install Clojure.
- Install Leiningen and get the dependencies right.
- Run
lein repl - Enter code at the prompt
Good-to-have
braveclojure teaches how to set up your emacs to work with Clojure conveniently.