What is the best way to do GUIs in Clojure?

后端 未结 16 1375
逝去的感伤
逝去的感伤 2020-12-07 06:47

What is the best way to do GUIs in Clojure?

Is there an example of some functional Swing or SWT wrapper? Or some integration with JavaFX declarative GUI description

16条回答
  •  离开以前
    2020-12-07 07:27

    There's been talk on the mailing list about a few Cells (a la Kenny Tilton's Cells) implementations. It's a pretty neat way to do GUI programming.

提交回复
热议问题