I dusted off the fn-fx code today and fixed a bunch of bugs, and
implemented a few examples: https://github.com/halgari/fn-fx

One of the most complex examples so far is here:
https://github.com/halgari/fn-fx/blob/master/examples/getting_started/02_form.clj

As you can see the library is capable of some rather decent UIs (grid
panes, event handlers, etc). This is mostly because the JavaFX API is very
uniform and therefore easy to generate wrappers/converters using reflection
and meta-programming.

I will probably continue working on this as time goes on, but to some
extent I need a good use case to drive development on fn(fx), so if anyone
has some OSS project or some swing app, they'd like to switch over to
fn(fx), drop me a line.

Timothy

On Fri, Mar 18, 2016 at 5:30 AM, Mathias De Wachter <
mathias.dewach...@gmail.com> wrote:

> Hi Timothy,
> I'm really glad to see some new commits on fn(fx)! I don't know about
> others, but you'll definitely have at least one very enthusiastic user if I
> can get to a point where I can use it easily for simple things, and
> adapt/contribute for more complex things.
> Do you think the project is in that state already? (Haven't tried yet...)
> Thanks,
> Mathias
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
“One of the main causes of the fall of the Roman Empire was that–lacking
zero–they had no way to indicate successful termination of their C
programs.”
(Robert Firth)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to