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

Integrate partial data loading and an "inspect" like interface in the log for Clojure #608

Open
Olical opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
client-clojure enhancement New feature or request

Comments

@Olical
Copy link
Owner

Olical commented Sep 20, 2024

This is an idea that came from Heart of Clojure discussions ♥️ one of many.

I want to experiment with this concept, I want to use the inspect operations in nREPL that allow us to slowly explore VERY large data structures without printing it all at once.

The user gets to pull more data where required but they won't lock up Neovim printing thousands of lines at once.

I want this to integrate into the log seamlessly and not to be another interface and set of concepts. Maybe using folds in a smart way?

I don't know if this is possible, but let's throw some science at the wall and see what sticks.

I'm also inspired by Colin Flemming and his demos of new Cursive features in a coffee shop before I headed home 🙂

@Olical Olical added client-clojure enhancement New feature or request labels Sep 20, 2024
@Olical Olical self-assigned this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client-clojure enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant