Start here. 😁
The Eclipse SWT (Standard Widget Toolkit) library, on which the Clojure Desktop Toolkit is based, rigorously adheres to a set of standard naming and usage conventions. As a result, it is possible to mechanically generate a Clojure API for SWT using Java reflection and Clojure macros at compile time.
This is what the Clojure Desktop Toolkit does; it also makes SWT and Clojure Desktop Toolkit easier to understand by reducing the surface area of things one must remember in order to work effectively. Everything boils down to a small set of rules and naming conventions.
Getting started
Tutorial
SWT Basics - A basic tour and quick reference
Reference information
swtdoc
function in the REPLCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close