Clojang Node and REPL Start-up
The Clojang Agent is intended to perform one significant task and one minor one:
-sname mynode
)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]
...
The clojang-agent API reference is available here:
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.
Copyright © 2018 The Clojang Project
Copyright © 2016-2017 Duncan McGreggor
Distributed under the Apache License Version 2.0.
Can you improve this documentation? These fine people already did:
Duncan McGreggor & DuckyEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close