[ANN] Open Source Clojure Projects

2016-03-22 Thread Daniel Higginbotham
I've created a directory of active, open source Clojure projects at http://open-source.braveclojure.com/. Its purpose is to help people who want to improve their skills or get more involved in the community find projects that are welcoming new contributors, and to help project owners

Re: Open source Clojure projects

2011-11-15 Thread Carin Meier
4Clojure.com is a great project. We have a quite a few issues that could use some help. Feel free to ping me if you have any questions about getting involved. https://github.com/4clojure/4clojure -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: Open source Clojure projects

2011-11-11 Thread Timothy Washington
Those are 2 very good links so far. You can always look at the Clojure Toolbox to get an idea of the landscape. - http://www.clojure-toolbox.com/ But the github link, though, will take you closer to what different people are working on. It is a good idea though, to step back and try to

Open source Clojure projects

2011-11-09 Thread Zack Maril
For many of the older languages I look at, there are big open source projects that people are working on that are making a big impact. C has linux, Javascript has jQuery and Khan Academy's frameworks, Java has their libraries, etc. etc. Are there any Clojure projects I could contribute to? I

Re: Open source Clojure projects

2011-11-09 Thread Ulises
Whenever I see a question like this asked anywhere (and even when I ask the question to myself or others) I usually recommend reading (or read myself): http://prog21.dadgum.com/80.html :) U -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: Open source Clojure projects

2011-11-09 Thread Chris Perkins
There are lots. You could start browsing from here: https://github.com/languages/Clojure - Chris -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Re: Getting started with open source Clojure projects

2010-03-31 Thread Daniel
Thanks for all the quick replies. I should've mentioned that I'm already using leiningen, so the problem isn't so much getting the dependencies and building the application as it is figuring out a way to get inside the code and play with it a bit. I'd like to be able to load the source files,

Getting started with open source Clojure projects

2010-03-30 Thread Daniel
If this is a dumb question, let me apologize in advance. The thing is, I've been trying to learn Clojure in my spare time, and, following the advice of several Clojure blogs, started by reading Halloway's book and playing around a bit at the REPL, which is all well and good, but now I'm ready to

Re: Getting started with open source Clojure projects

2010-03-30 Thread Mark J. Reed
On Mon, Mar 29, 2010 at 11:39 PM, Daniel cotter.dan...@gmail.com wrote: Is there a less cumbersome way to get a load of files on the classpath than manually editing the .clojure file? Well, I have a ~/lib/clojure directory and a clj script that automatically puts that directory and all .jar's

Re: Getting started with open source Clojure projects

2010-03-30 Thread Alex Osborne
Daniel cotter.dan...@gmail.com writes: Am I going about this the wrong way? Is there an easier way to explore existing open-source projects? I Try this for any leiningen project (check for the existence of a project.clj file). I'm assuming you're using a unixy operating system. First and

RE: Getting started with open source Clojure projects

2010-03-30 Thread Kevin
So here are my questions: Am I going about this the wrong way? Is there an easier way to explore existing open-source projects? I Is there a less cumbersome way to get a load of files on the classpath than manually editing the .clojure file? How do I tell the REPL where to find

Re: Getting started with open source Clojure projects

2010-03-30 Thread Stuart Sierra
Take a look at the dependency management tools. Most open-source Clojure projects use either Maven and Leiningen. Both use the same dependency model and provide similar capabilities for starting a REPL with the classpath configured automatically. -SS On Mar 29, 11:39 pm, Daniel cotter.dan

Re: Getting started with open source Clojure projects

2010-03-30 Thread Meikel Brandmeyer
Hi, On Mar 30, 3:45 pm, Stuart Sierra the.stuart.sie...@gmail.com wrote: Take a look at the dependency management tools.  Most open-source Clojure projects use either Maven and Leiningen.  Both use the same dependency model and provide similar capabilities for starting a REPL

Re: Getting started with open source Clojure projects

2010-03-30 Thread Matt
If you're not stuck on using Compojure, you can try Conjure which will includes all of the dependencies in the jar. To start a hello world app: 1. Download conjure.jar from: http://github.com/macourtney/Conjure/downloads 2. java -jar conjure.jar hello_world 3. cd hello_world 4. ./run.sh

Re: list of open source clojure projects to contribute?

2009-12-24 Thread Meikel Brandmeyer
Hi, Am 23.12.2009 um 18:59 schrieb Phil Hagelberg: http://www.google.com/search?hl=enq=site:github.com+clojure Also noteworthy: all Clojure projects on Github sorted by most recent activity: http://github.com/languages/Clojure/updated That weeds out inactive projects. Then you

list of open source clojure projects to contribute?

2009-12-23 Thread Kasim
I am just thinking if anyone can list up open source projects so one can pick and work on? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

Re: list of open source clojure projects to contribute?

2009-12-23 Thread Steve Purcell
Here's a good start: http://www.google.com/search?hl=enq=site:github.com+clojure But the best plan is to start using clojure for real work, then contribute to the open source tools you find yourself using. -Steve On 23 Dec 2009, at 02:27, Kasim wrote: I am just thinking if anyone can list

Re: list of open source clojure projects to contribute?

2009-12-23 Thread Phil Hagelberg
Steve Purcell st...@sanityinc.com writes: http://www.google.com/search?hl=enq=site:github.com+clojure Also noteworthy: all Clojure projects on Github sorted by most recent activity: http://github.com/languages/Clojure/updated That weeds out inactive projects. But the best plan is to start

Re: list of open source clojure projects to contribute?

2009-12-23 Thread Seth
BitBucket (the GitHub of Mercurial) has a few pages of Clojure-based projects: http://bitbucket.org/repo/all/?name=clojure On Dec 22, 9:27 pm, Kasim ktu...@gmail.com wrote: I am just thinking if anyone can list up open source projects so one can pick and work on? -- You received this message