mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Sort out how app bootstrapping works #49

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

So far, we've focused largely on bootstrapping the REPL in a way that support the REPL itself. Need to consider how the hosting app starts up and how that affects Ambly.

mfikes commented 9 years ago

@swannodette I documented some rough design for this at https://github.com/omcljs/ambly/wiki/Design:-App-Bootstrapping

I figure you might also start seeing similar notions with messing with React Native.

mfikes commented 9 years ago

Shrimp is bootstrapping now. We need to sort out additional React Native stuff, but for the purposes of this ticket, it can be closed.