replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

It is possible to auto-eval on enter before engine ready #136

Closed mfikes closed 5 years ago

mfikes commented 5 years ago

Previously we would only allow eval if the eval button was enabled, but this new mechanism makes it possible to attempt to eval before ready.