You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if HyREPL cycled through entire forms when looking through the history like IPython instead of just by line. It would make working in the repl a much nicer experience. So pressing up in a case like this:
The default Python repl seems to do the same thing. Would this not be solved by using the hy repl through something like hy-mode in Emacs, or using a hy kernel for IPython?
It would be nice if
HyREPL
cycled through entire forms when looking through the history likeIPython
instead of just by line. It would make working in the repl a much nicer experience. So pressing up in a case like this:would get you
and not
The text was updated successfully, but these errors were encountered: