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

connect interactive window (repl) to entire project #124

Open
mikeThurmond opened this issue Sep 6, 2019 · 0 comments
Open

connect interactive window (repl) to entire project #124

mikeThurmond opened this issue Sep 6, 2019 · 0 comments

Comments

@mikeThurmond
Copy link

Is there a way to navigate to a namespace and start using db or other server functions without having to include every dependency?

The Clojure repl allows you to call (in-ns 'my-db-namespace) and then I can call my database setup function. All dependencies are include when you navigate to the namespace. Currently, it looks like I have to include all .dlls when I am in a c# namespace. Is this feature possible? However, the Clojure repl compiles the program first before the interactive dev environment starts.

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