Good Clojure Projects for the Classroom?

2017-02-06 Thread Eddie
Recently I began teaching a college level course that uses Clojure. We have made it through the lectures on the lisp syntax, the data types, collections, and immutability. Now I would like to ask the students to apply their new Clojure knowledge to a small project. (Something that could be

Re: Adding JDBC drivers to Clojars

2016-09-23 Thread Eddie
3 account, you could host it there via S3 Wagon. > > > > Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > > > On 9/23/

Re: Adding JDBC drivers to Clojars

2016-09-23 Thread Eddie
Thanks for the reply. I was under the impression that the jdbc driver (or any jar you want to use as a dependency) needs to be hosted on some kind of maven repository. Am I wrong about that? Here is the official download link for the Vertica jdbc driver:

Adding JDBC drivers to Clojars

2016-09-23 Thread Eddie
I have a Clojure project that require the use of the Vertica JDBC driver . When I search for "Vertica" on clojars I see two results. The first ( org.clojars.prepor/vertica-jdbc ) is a