Skip to content

Connect a Clojure REPL to running Java or Clojure processes without any special setup

License

Notifications You must be signed in to change notification settings

djpowell/liverepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Live REPL - 2009-10-18
David Powell <[email protected]>
<http://github.com/djpowell/liverepl>

This software is distributed under the MIT licence.

----------------------------------------

Build
=====

To build:

  Copy clojure.jar to: ./liverepl-server/lib/clojure.jar

  Run ant

The build will be copied to: ./build/

----------------------------------------

Configuration
=============

Edit liverepl.bat to point to your installed JDK

----------------------------------------

Operation
=========

To see a list of running Java processes on the system, and their
process ids, enter:

   liverepl

To connect a repl shell to a running Java process, enter:

   liverepl <pid>

      -- where the pid is the process id for the process.

About

Connect a Clojure REPL to running Java or Clojure processes without any special setup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •