I think it would make more sense to let people type in the actual REPL with all its niceties instead of throwing them in an input loop.
e.g.
julia> swirl() #lets you select lesson and prints instructions
julia> #user types code in normal REPL
julia> submit() # checks the state of Main and verifies solution; prints feedback
This would be easier with #3.
I tried to press arrow up too many times 😅
I think it would make more sense to let people type in the actual REPL with all its niceties instead of throwing them in an input loop.
e.g.
This would be easier with #3.
I tried to press arrow up too many times 😅