replete-repl / replete-ios

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

odd scrolling for expensive forms #39

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Try

((apply comp 
   (repeat 7772 inc)) 3)

varying it a bit and notice scrolling oddness

mfikes commented 9 years ago

assuming dup of #30