This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-26
Channels
- # aatree (6)
- # admin-announcements (2)
- # aws (1)
- # beginners (46)
- # boot (341)
- # braid-chat (3)
- # cider (20)
- # clara (1)
- # cljs-dev (3)
- # cljsjs (7)
- # cljsrn (73)
- # clojure (63)
- # clojure-art (4)
- # clojure-dev (3)
- # clojure-russia (83)
- # clojurescript (77)
- # core-async (12)
- # core-matrix (2)
- # cursive (9)
- # data-science (1)
- # datomic (14)
- # dirac (3)
- # emacs (9)
- # hoplon (3)
- # immutant (8)
- # ldnclj (80)
- # luminus (13)
- # mount (7)
- # off-topic (4)
- # om (288)
- # onyx (20)
- # overtone (5)
- # pedestal (10)
- # perun (3)
- # proton (103)
- # quil (1)
- # re-frame (3)
- # reagent (13)
- # ring-swagger (7)
- # yada (43)
@martinklepsch, @juhoteperi: i’ve created a project which helps in creating the extern and build.boot file required for a maintaining a JS package. comments welcome. https://github.com/ducky427/externs
the idea is to generate the externs automatically using https://github.com/jmmk/javascript-externs-generator
I’ve just packaged that in an electron desktop app. the user never actually sees any browser window and it is meant to be run from the commandline
Hi Rohit, that looks very interesting.... (as I am struggling to provide a workable extern file)...
I couldn't get it to work though 😞 first of I seem to be on node 4.2.6 which might be too old.