|
|
|
|
|
by clartaq
2120 days ago
|
|
Clojure is a very pleasant language to develop in. I have found it easier to develop a JavaFX-UI program in Clojure than in Java. If you want to go the route of running a server on the user's machine and serving it through the user's browser, ClojureScript and Reagent/Re-Frame are excellent choices. Re-Frame, https://github.com/Day8/re-frame, in particular has very nice documentation. Clojure lets you use anything in the Java universe while ClojureScript gives you access to all the JavaScript stuff, including Node. There is a lot of tutorial information for both languages. |
|