1

I'm learning clojure and am using LightTable. Since it's also built in clojure I'd like to know which UI framework it's using, but can't find it in the source.

Can anyone tell me which UI framework it's using?

jbrown
  • 7,518
  • 16
  • 69
  • 117

1 Answers1

2

Light Table uses node-webkit and renders its UI as HTML using ClojureScript. It uses Chris Granger's crate (a ClojureScript version of Hiccup) for HTML templating.