Results 73 comments of William G Hatch

I also made a branch with an experimental repl-expeditor file. So far when it works it works better than with readline (eg. with some highlighting, reasonable auto-indentation, etc), but it...

> One thing I was wondering about while looking at the code is why `save-readline-history!` exists as separate from the [`save-history` in ‘pread.rkt’](https://github.com/racket/readline/blob/e136c2f9e6ca1e888e0ad631fc0da262b77eeac8/readline-lib/readline/pread.rkt#L64-L65) (based on what winds up in the...

On Sun, Nov 08, 2020 at 08:32:38PM -0800, Joshua Cain wrote: >When launching Rash, the following error message appears: > >`ffi-lib: couldn't open "libedit-3.dll" (The specified module could not be...

Huh. That's weird. Historically installing the readline-gpl package (`raco pkg install readline-gpl`) fixes issues with the line editing. Try that for now. I don't have a Windows machine handy to...

>I suppose you wouldn't know what to do here? Thank you. Sorry, I don't know. I'm afraid I don't have time right now to try to figure it out either....

On Mon, Mar 08, 2021 at 10:30:28AM -0800, noweb-user wrote: >I believe the problem I have is that rash-repl.exe is a 64-bit application and I can't find a 64-bit version...

On Sat, Mar 13, 2021 at 04:27:27PM -0800, noweb-user wrote: >Thanks for the info! I was able to build it by installing a 32-bit Racket 8.0 BC, the latest available...

Thanks for your feedback! On Sat, Dec 14, 2019 at 07:47:27AM -0800, Bost wrote: >IMO the special meaning of the question mark character '?' in racket should be ignored if...

Ah, yes, my documentation is terrible. I've fixed that first example (which I'm sure I wrote without actually running it (what can go wrong with an example of using `echo`?)....

Thanks! Yes, I'm aware of Ion, and I have spent a lot of time looking at other shells. One of the best lists of alternative shells is compiled by Andy...