Skip to content

Commit d3bbccb

Browse files
authored
Update README.md
1 parent 6e1b611 commit d3bbccb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ tool called `jpackage` (part of JDK distribution) that does all this work. Now t
1919
of Clojure on the desktop](https://vlaaad.github.io/year-of-clojure-on-the-desktop) is
2020
finally right around the corner, all you need is this small example to get started.
2121

22+
## What is intentionally left out
23+
24+
The purpose of this example application is to show packaging capabilities of cljfx and
25+
jpackage, to keep it simple some build steps where left out:
26+
- startup time can be improved significantly by AOT-compiling clojure code;
27+
- application package size can be reduced: you can use `jlink` to minify the JDK, and if
28+
your application does not need to use webkit (which is used in this example), you can
29+
exclude cljfx's dependency on javafx-web.
30+
2231
## Walk-through
2332

2433
The code is pretty simple: [hn.core](src/hn/core.clj) is a main namespace that starts

0 commit comments

Comments
 (0)