Fork me on GitHub
#beginners
<
2017-10-26
>
manas_marthi12:10:39

Hi All, I am running clojure behind proxy server. The only way to download jars is through our artifactory server. It presently does not get any jars from http://clojars.org. I want to request my company IT team to add clojars to repos list. Please can someone advise what is the repo URL for http://clojars.org?

manas_marthi12:10:22

hmm, I just noticed, it does not redirect to https url, though it supports https. Shouldn't it?

sundarj12:10:35

ah, there's also https://clojars.org/repo/ which does force https @manas.marthi

orestis16:10:52

Is there a curated list of popular & maintained leiningen templates?

orestis16:10:00

Context: I’m looking for something that will easily let me plug into Cursive since it’s the recommended thing. This will be my first Clojure code, and I will try to solve the Advent of Code puzzles. I would like to have some visualization options if possible (no need to be web-based, can use Swing if needed, but web would probably be faster). I would like to have some auto-reloading but I want to experience the “coding in the REPL” that everybody talks about 😉

seancorfield19:10:50

@orestis I might be inclined to ask in #cursive to see if there are recommendations for that environment. I'm not sure what sort of visualization you're considering but Swing would at least keep the code all Clojure and server-side whereas with a web UI you're likely straying into ClojureScript territory as well and that's a lot of tooling etc to learn all at once.