swank-clojure

load a new dependency in slime?

拈花ヽ惹草 提交于 2019-12-30 06:57:26
问题 I am using emacs and swank-clojure. How do I resolve the below scenario - I have added a new dependency to project.clj. I run lein deps in a shell to get the new dep. I have an existing slime session that is open and want to use a function from the new dep. How do I get the existing slime session to load the new dependency ? Thanks, Murtaza 回答1: You should have a look at pomegranate which is designed to provide similar if not identical capabilities as the one you describe. As pointed out by

lein ritz setup error

廉价感情. 提交于 2019-12-25 14:30:23
问题 I am trying to setup ritz/lein/emacs etc to create a clojure dev environment. I installed lein plugin install lein-ritz "0.5.0" and added it to my project file. When trying lein ritz I get this exception: arash@azure:~/programming/onebreaker$ lein ritz Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect