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

Improve :expr input format #1

Open
sheluchin opened this issue Feb 23, 2022 · 0 comments
Open

Improve :expr input format #1

sheluchin opened this issue Feb 23, 2022 · 0 comments

Comments

@sheluchin
Copy link

When using nrepl-client from a babashka task, the current approach requires that for the :expr, you either pass a string literal like "(+ 1 1)" or an expression producing a string, like (str '(+ 1 1)). The latter option has the benefit of letting your editor provide syntax highlighting and code navigation, but it's still a little awkward and quoted forms don't get linted as well.

Please consider improving the ergonomics around this use case for future iterations 🙏

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