Skip to content

AustinC/jnREPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnREPL

This library facilitates embedding a Clojure nREPL within a Java application. The API has two static methods:

Jnrepl.startRepl(9091L);  // start an nREPL server
Jnrepl.shutdownRepl(); // shut it down

The repl port defaults to 9090. This default can overriden with the JVM arg -Djnrepl.port=9091

Example connecting with leiningen

$ lein repl :connect localhost:9090

Maven coordinates

<dependency>
   <groupId>com.github.austinc</groupId>
    <artifactId>jnrepl</artifactId>
    <version>1.2</version>
</dependency>

Compatible with JVM 1.6+

About

Embed a Clojure nREPL in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages