Would love to see a blurb in the readme about how it works. Also useful is a comparison to evcxr, the poorly named rust interpreter I use every once in a while.
Any comparison with <a href="https://github.com/google/evcxr" rel="nofollow">https://github.com/google/evcxr</a> ?
I've been digging into rust over the holiday season, and having been spoiled by repls in higher level languages immediately found myself wishing for one to tinker with. When you're first exploring a language it can make for a super fast feedback loop when learning the syntax and examining features interactively.<p>I came across papyrus on crates.io, but it seems relatively new and I found little information on it. Can anybody recommends it versus evcxr for a rust newbie?