Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 972 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 972 Bytes

Matcher Starter Project

An Leiningen/IntelliJ IDEA project that's ready to go with the matcher.

Leiningen is all set up and configured to download the org.clojars.cognesence.matcher and org.clojars.cognesence.ops-search dependencies.

Getting a REPL

To get a REPL in IntelliJ/Cursive, go to Run > Edit Configurations... and click the + icon in the window that appears. Then select Clojure REPL > Local, change the name to REPL and just click OK (you don't need to change anything else).

Then go to Run -> Run... and select REPL. This will bring up the REPL window in the IDE. You should now be able to right-click on the text editor after making any changes to your file and click REPL > Load file in REPL.

There's also a good (official) guide here.

License

Copyright © 2017 Simon Lynch

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