Clojang Node and REPL Start-up
About ↟
The Clojang Agent is intended to perform one significant task and one minor one:
- Start up a JInterface node (in the same way that an Erlang shell or an LFE
REPL when the BEAM is started in distributed mode, e.g.,
-sname mynode
) - Close the splash image that Clojang displays
Usage ↟
To use the agent, update your project.clj
(either top-level or one of your
profiles) to include the following:
...
:dependencies [
[clojang/jiface "0.6.0"]
[clojang/agent "0.6.0"]
...]
:jvm-opts ["-Dnode.sname=clojang"]
:java-agents [[clojang/agent "0.6.0"]]
:aot [clojang.agent.startup]
...
Documentation ↟
The clojang-agent API reference is available here:
Donating ↟
A donation account for supporting development on this project has been set up on Liberapay here:
You can learn more about Liberapay on its Wikipedia entry or on the service's "About" page.
License ↟
Copyright © 2018 The Clojang Project
Copyright © 2016-2017 Duncan McGreggor
Distributed under the Apache License Version 2.0.