peaceamongworlds
peaceamongworlds
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...
It seems me that outside of fixing obvious bugs, the best thing to do for Hy is to create better tooling. Outside of [hy-mode ](https://github.com/hylang/hy-mode) and [jedhy](https://github.com/ekaschalk/jedhy) there doesn't seem...
hylang/hy#1897 should be fixed now by hylang/hy#2015
> > hylang/hy#1873 should be fixed now > > Are there tests for this? I mentioned the wrong issue. It's meant to be hylang/hy#1897
My ideas for how to go about fixing things: 1. It seems to me that if you want to emulate a repl in Python, then you have to use [code](https://docs.python.org/3/library/code.html)....