Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] nREPL integration #495

Open
glyh opened this issue Dec 24, 2024 · 0 comments
Open

[FR] nREPL integration #495

glyh opened this issue Dec 24, 2024 · 0 comments

Comments

@glyh
Copy link

glyh commented Dec 24, 2024

In the LISP community there's a workflow called conversational development. Basically you can type your code inside a buffer, and send to a live REPL to see what happen, and modify the code on demand.

A lot of toolings are built just to tighten this workflow loop (write - test - fix): sly, cider.

Since we have utop as OCaml's REPL, we can very much just implement nREPL protocol and have some of their nice debugging assistance as well. Of course this requires editor side's support, I plan to do this support in conjure for neovim.

I would like to contribute, but I want to know about the opinions of the maintainer as this would likely to become a switch on utop so it run as an nREPL.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant