Fork me on GitHub
#beginners
<
2016-01-03
>
Tim00:01:50

whats the best repl for atom, any suggestions?

Tim00:01:55

I’m looking at proto-repl now

vigneshm05:01:43

I was going through Om next quick tutorial here (https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29 ). What does ‘Object’ mean here? `(defui HelloWorld Object (render [this] (dom/div nil "Hello, world!")))`

vigneshm05:01:05

I see that it means it returns a JavaScript Object, but was wondering what kind of language feature it is.

akiva14:01:40

@vigneshm, check out the documentation on defprotocol.