Results 73 comments of William G Hatch

And I don't mean that I want to limit contributions to hacking -- I'm also very interested in design feedback, bug reports, documentation improvements, testing, etc. So I'm glad to...

And yes, as @vityou mentions you can make your own packages that add thing to the `rash` collection. But unless something is really specific to Rash it may make more...

Yeah, those would be under the `rash` collection, and anybody could make them. But I also want the out-of-the-box prompt and such to be good, so I would like a...

Yeah, I've thought about using an emacs mode, eg. running inside term-mode or something. But that doesn't really get me what I want. I want a bottom-of-the-terminal editor, like readline...

Basically I want it to be like readline or other line editors -- at the bottom of your shell session you have a prompt and you type, and you have...

Yes, you can currently run rash-repl with or without readline support, and you can also wrap non-readlined rash-repl with rlwrap. I used vim for a few years before switching to...

Out of curiousity, what types of things do you find yourself "evilifying"? I've had this problem as well, but I find the problems primarily come down to 2 things: keybinding...

Thanks for your feedback. In some ways it already supports at-expressions. You can do this already: ``` #lang at-exp racket (require rash) ;; this requirement will go away soon (require...

I haven't yet documented how to add at-expressions (which is now possible, though it's a little more involved than you would expect), but I've also stopped using weird unicode delimiters...

On Sun, Jan 10, 2021 at 11:46:32AM -0800, Ben Weinstein-Raun wrote: >In other shells (fish, bash, zsh), pressing ctrl-c partway through entering a command aborts the current expression and puts...