GithubHelp home page GithubHelp logo

razum2um / awesome-clojure Goto Github PK

View Code? Open in Web Editor NEW
2.6K 109.0 204.0 210 KB

A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff

Clojure 100.00%
hacktoberfest clojure awesome-list

awesome-clojure's Introduction

Hi, I'm Vlad ๐Ÿ‘‹

I'm a passionate open-source contributor, and believe that improving the things together, not re-inventing the wheel, is the true spirit of OpenSource.

I've contributed with code to all the pinned repos below and many others:

rails/rails, ethereum/go-ethereum, universal-ctags/ctags, rubyjedi/soap4r, capistrano/capistrano, rails/webpacker, EternalTerminal, HealthSamurai/hl7v2.clj, dsl_parsers, RubyMoney/money, tobias/dynapath, rtomayko/replicate, richarcher/Hatjitsu, quidproquo/mr_video, savonrb/gyoku, redis-store/redis-activesupport, gazay/gon, ASKBOT/askbot-devel, airblade/paper_trail, kossnocorp/role-rails, redis-store/redis-store, ASKBOT/askbot-devel, ctran/annotate_models, taksan/skype-java-api

If you're looking for the things I created:

๐Ÿ—๏ธ Projects 0x0.cx & awesome-clojure

๐Ÿ“– Words about programming on twitter (only things, that make sense)

๐ŸŽง Sounds about distributed systems of HardcodeFm

๐Ÿง‘โ€๐Ÿ’ป Libraries published on RubyGems, or Clojars, or available Github Sources. Here is a small summary:

awesome-clojure's People

Contributors

0xtmphey avatar avgerin0s avatar barkanido avatar baumandm avatar camsaul avatar darkleaf avatar ertugrulcetin avatar gnl avatar hamido-san avatar hantuzun avatar ikitommi avatar j-cr avatar jcaromiq avatar komarserjio avatar liuchong avatar madcapjake avatar mkaschenko avatar mugcake avatar piotr-yuxuan avatar platonoff-dev avatar propan avatar razum2um avatar readmecritic avatar shellbro avatar spekulatius avatar steffan-westcott avatar the-alchemist avatar toolkit avatar turbopape avatar vaelatern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-clojure's Issues

AwesomeOpenSource

We are creating a github org for all awesome open source repos. I am working with a few individuals who are also managing their own awesome repos, and I think to gain more traction we need to work together. What are your thoughts about collectively moving your awesome repos to https://github.com/AwesomeOpenSource

The idea is that visibility for these repos would be increased due to more traffic to the org. What are your thoughts? Let me know if there is anything you'd like to discuss!

clojure.jdbc is unmaintained; recommend next.jdbc instead

clojure.jdbc started life by copying code from clojure.java.jdbc without credit until I called the author out on the Clojure mailing list. Although he rewrote it, added a credit to the existing library, and then evolved the library for a while, it hasn't been updated in about four years now (and was never the most popular JDBC library anyway).

The Clojure Contrib library java.jdbc -- https://github.com/clojure/java.jdbc -- is still the most widely used JDBC library so you should probably mention it, but it is no longer getting updates. next.jdbc is where all the active development is happening these days and I consider it to be the 1.0 release that clojure.java.jdbc could never have: https://github.com/seancorfield/next-jdbc

Thanks.

Validate pull requests with Travis

Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.

It is currently being used by

Examples

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project.

See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment ๐Ÿ˜„

add cMQL

Hello, i made a Clojure(Script) library called cMQL, for quering MongoDB.
It feels almost as if Clojure was the query language of MongoDB, and reduces code up to 3x.

cMQL example (playground has 150+ examples) :

(q (= :bedrooms 1)
   (= :country.code "GR")
   (group {:_id :stars}
          {:average-price (avg :price)})
   (sort :stars)
   (limit 3))

Docs : https://cmql.org/
Playground : https://cmql.org/play/
Github : https://github.com/tkaryadis/cmql-core
Slack : https://app.slack.com/client/T03RZGPFR/C02P0821VJA
Discord : https://discord.gg/zWDzp4B7Bf

If you can add it on the list, thank you : )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.