Fork me on GitHub
#cljsrn
<
2015-11-27
>
artemyarulin06:11:26

@johanatan: Please share your solution (if you will find any) on this channel later on - it sounds like a very general issue and many people would encounter it

artemyarulin06:11:51

I’ve just started integration of om next and RN to my existing app, cannot help you yet

misha13:11:17

in case someone had issues with extremely slow ios simulator: CMD+t toggles slow animation mode.

misha13:11:37

@mfikes: is there a way to connect to natal repl from some other repl, which has autocomplete and other goods?

misha13:11:02

or maybe I am missing something, and natal's repl already has that?

mfikes13:11:25

@misha: Natal uses Ambly, which simply inherits all of its REPL behavior from that provided by the ClojureScript compiler. In that sense it is like all of the other “regular” ClojureScript REPLs, and most people use rlwrap for that. So rlwrap natal repl. Having said that, I suppose someone could write something that composes with any ClojureScript REPL to provide a richer experience (like the facilities currently in the Planck REPL, for example).

misha14:11:41

@mfikes: * by "goods" I meant something like this https://github.com/venantius/ultra (though it does not support cljs yet(?))

misha14:11:26

does natal/ambly exposes any host/port other repls can connect to? what should I reed to get familiar with all the clj/cljs/xcode/repls routings and topology around ambly/natal?

misha14:11:52

my initial impression is that only repl host/port needs to be available to connect and get the dependencies scope to be able to use autocomplete (probably the only thing I am after atm.) and other things. I doubt it is correct though.

mfikes14:11:50

@misha: Yeah, things like Ultra could support socket REPL, which is designed to allow secondary “sessions” in which things like ns-interns and other calls can be used to learn more about the execution environment, leading to the ability to autocomplete, etc.

chadhs15:11:55

@misha: are you an emacs/cider user at all?