by bfLives on 3/6/2025, 8:52:04 PM
by cmrdporcupine on 3/6/2025, 8:50:42 PM
Neat. I'll check it out.
One suggestions: the README advertises lovely TUIs. Show us a screenshot, or screencast, so we can see what you mean!
by faizshah on 3/7/2025, 9:10:23 AM
This is awesome, there’s a really nice one in python called prompt toolkit that has some a nice api as well: https://python-prompt-toolkit.readthedocs.io/en/master/
by serial_dev on 3/7/2025, 5:28:44 AM
Interesting stuff!
Video or gif would be nice! It’s like a UI library need at least a screenshot, this thing needs a video demo of sorts.
Q: why write that the docs is by LLM? In my opinion if it’s correct, and it makes sense, I don’t care even if an alien gave it to you.
by hkalbasi on 3/6/2025, 8:45:19 PM
How it compares to other libraries in this space, e.g. reedline or rustyline?
by ilikegreen on 3/6/2025, 9:17:50 PM
Please don't mind my possibly simplistic question — but is this something that would bring Rust development closer to a Lisp environment? Seems like an interesting project.
by hajimuz on 3/11/2025, 3:29:33 AM
A quick demo or screenshot would be nice!
by jiaaro on 3/6/2025, 10:32:58 PM
Cool project! But, I wonder how long can a project like this use a Pokemon as their namesake and mascot before you hear from nintendo's lawyers?
Looks really interesting. I like the approach of writing pure functions that return descriptions of IO tasks to perform. A couple of questions:
1. Why async?
2. Why couple to anyhow instead of using an associated error type?