~damien/jedit-hello-from-clojure

A demonstration of how to build a jEdit plugin with Clojure.
9146ffa2 — Damien Radtke 1 year, 1 month ago
Initial commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~damien/jedit-hello-from-clojure
read/write
git@git.sr.ht:~damien/jedit-hello-from-clojure

You can also use your local clone with git send-email.

This plugin demonstrates how you can write a jEdit plugin with Clojure.

To build it, you just need to have the following installed:

  1. jEdit
  2. Apache Ivy
  3. Make

Then you can run

$ make         # To download Clojure and build the plugin
$ make install # To copy the built jar and its dependencies to the jars folder