cl-repl icon indicating copy to clipboard operation
cl-repl copied to clipboard

A full-featured repl implementation designed to work with Roswell

Results 13 cl-repl issues
Sort by recently updated
recently updated
newest added

Hi, How can I install this without roswell?

Basically, when the current form is not complete, user can always choose to delete them all. Here's a video for demonstration: [![asciicast](https://asciinema.org/a/l5pATt7JQxcFnaHRQHdnCqe5T.svg)](https://asciinema.org/a/l5pATt7JQxcFnaHRQHdnCqe5T)

See my initiative about [true colors](https://github.com/termstandard/colors/): 24-bit true color: "888" colors (aka 16 milion) can be detected with: ```sh printf "\x1b[${bg};2;${red};${green};${blue}m\n" ``` Most of the terminals support true colors now.

It says "Deduce" debugger level instead or "Reduce".

Installing cl-repl on Debian GNU/Linux buster/sid as from instructions: ros install koji-kojiro/cl-repl produce the following in the end: ..... free(): double free detected in tcache 2 fatal error encountered in...

Looks better than cl-readline. https://github.com/sharplispers/linedit

I'd appreciate an option to have rainbow parentheses in the repl. For me, it would make the repl seem more "alive."

enhancement

Current: - via `ros install` Already proposed: - an executable with ASDF (#18 ) Other possibilities: - quicklisp; not enough now. this project needs much more improvement on its quality.

- [ ] Improve English - [ ] Update screen cast - [x] Japanese version _Sent from my VAIO VPA051 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

I am trying to move from `zsh` to using `cl-repl` full-time, but have run into one issue. I do not use a display manager to login and instead have a...