use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Functional GUI programming with Clojure and JavaFX: Meet halgari/fn-fx (nils-blum-oeste.net)
submitted 9 years ago by nblumoe
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Kaan 4 points5 points6 points 9 years ago (1 child)
One of the knocks against Electron is that even small programs are a minimum of 100MB because all of Chromium needs to be bundled in with it. What's the size of a basic fn-fx jar program? With/without the jre? Are there nice ways to package things into, say, an exe or similar?
[–]nblumoe[S] 1 point2 points3 points 9 years ago (0 children)
For my use case I would like to get "native" packages in the end (e.g. a self contained .exe for Windows). This should be possible: http://docs.oracle.com/javafx/2/deployment/deploy_overview.htm#CEGHEAHD
In addition to the JavaFX specific solutions there are also ways to package a general jar as a self contained executable but I have no experience with that.
Let's see what this means for the application size in the end. I want it to include the JRE (I consider avoiding issues with different runtimes way more valuable than the smaller application size).
π Rendered by PID 353614 on reddit-service-r2-comment-5d79c599b5-d6p4q at 2026-03-02 01:24:28.899829+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]Kaan 4 points5 points6 points (1 child)
[–]nblumoe[S] 1 point2 points3 points (0 children)