Fork me on GitHub
#clojurescript
<
2016-09-18
>
darwin13:09:06

just released initial v0.1.0 of cljs-oops, for brave souls, might have rough edges: https://github.com/binaryage/cljs-oops but looks good, porting chromex was smooth: https://github.com/binaryage/chromex/commit/acee27165091b665523e80051a60200fe59b023d

pesterhazy13:09:27

@darwin wow that looks tremendously useful!

plexus14:09:16

@darwin great stuff! why don't you put it in #announcements as well?

darwin17:09:51

@plexus since the original #announcements was renamed to #admin-announcements, the new #announcements does not have enough eyeballs yet...

jasonjckn19:09:26

any way to get cljr-clean-ns in clojurescript?

plexus19:09:26

@jasonjckn maybe ask in #emacs as well, or if you don't get a response I'd open a ticket for refactor-nrepl as well. There's a good chance the Clojurescript support needs more love

yury.solovyov21:09:30

How cheap are go blocks in clojurescript? Are they cheap enough to use them in double-click handlers?

jasonjckn21:09:52

is there a way to require all cljs files in a directory?

danielcompton22:09:19

@yury.solovyov my understanding is that go blocks in cljs are essentially callback functions