Awesome
clojure-code-demo
This is a demo project for the Clojure Code Visual Studio Code extension for Clojure development.
Prerequisites
- Clojure 1.8 or better.
- [Leiningen][https://github.com/technomancy/leiningen] 2.0.0 or above installed.
- Visual Studio Code
- Clojure Code installed in VS Code.
Setup
- Clone this repository
git clone https://github.com/indiejames/clojure-code-demo.git
- Open it in Visual Studio Code
code clojure-code-demo
- Open
Preferences->Settings
from the menu and set
"clojure.leinPath"
to the absolute path to thelein
executable on your system"clojure.toolsJar"
to the absolute path to thetools.jar
file on your system (typially under thelib
of your Java installation)
- Open
demos.md
from the project and follow the instructions.
License
Copyright © 2017 James Norton