Fork me on GitHub
#leiningen
<
2018-12-10
>
jaide19:12:32

Hello. Does lein provide a default means to use a repo hosted only on github?

mikerod20:12:20

@jayzawrotny I think it just needs to be a repo serving from a given url

mikerod20:12:29

But haven’t tried a GitHub one before.

jaide20:12:43

Thanks, I’ll give that a shot!

jaide21:12:08

How can repl get a list of activated nrepl middleware when running lein repl?

jlfischer22:12:33

Is there a way to run a normal, non-Clojure Java class from within Leiningen? lein run -m expects a Clojure namespace; I was hoping to run something with a boring public static void main(String args[]) function.

mikerod23:12:33

@jlfischer Perhaps like this lein run (your.package.JavaClass/main)

mikerod23:12:03

or perhaps it isn’t tahjt flexible

mikerod23:12:54

yeah, think you just have to have a ns

mikerod23:12:57

involved for lein run