Clojure stuff

published Mar 13, 2013 03:55   by admin ( last modified Apr 26, 2013 05:27 )

 The Clojure Toolbox

"The Clojure Toolbox  A categorised directory of libraries and tools for Clojure"

ClojureDocs - Community-Powered Clojure Documentation and Examples

"ClojureDocs is a community-powered documentation and examples repository for the Clojure programming language"

Clojure libraries for MongoDB, Riak, RabbitMQ, validations, Neo4J, ElasticSearch, Memcached, Apache Cassandra, Kestrel and more

"A growing collection of open source Clojure libraries that support multiple Clojure & JDK versions, licensed under the EPL, target Clojure 1.3+"

 schani/clojurec · GitHub

"ClojureC This is compiler for the Clojure programming language that targets C as a backend."
 

 Immutant | Home

"Immutant is an application server for Clojure. It's an integrated platform built on JBoss AS7 providing support for Ring handlers, asynchronous messaging, caching, scheduled jobs, XA transactions, clustering, daemons and more!"

ibdknox/fetch · GitHub

fetch "A ClojureScript library that makes client/server interaction painless".
 

 alexander-yakushev/lein-droid · GitHub

"lein-droid A Leiningen plugin to simplify Clojure development for Android platform" (still not easy as far as I understand)

dfuenzalida/todo-cljs · GitHub

"A port of the JavaScript TODOs app to ClojureScript, copied from http://todomvc.com/vanilla-examples/vanillajs/"

Edn - sonds like JSON for Clojure:edn-format/edn · GitHub

Routing in Compojure: clojure - What's the "big idea" behind compojure routes? - Stack Overflow

A sample clojure web application, how to deploy it to heroku and a demo on heroku of the application: Building a Database-Backed Clojure Web Application | Heroku Dev Center

Clojure web server benchmarks: ptaoussanis/clojure-web-server-benchmarks · GitHub

I think the nginx performance is just there for reference, it does not serve out clojure stuff, at least not from what I can see in the nginx configuration file. On the other hand, it is bested in the benchmarks by http-kit (http-kit/http-kit · GitHub), which seems to serve out clojure stuff:
 

 Home | http-kit, high performance HTTP Client/Server for Clojure

"HTTP Kit is a small, efficient, Ring-compatible HTTP client/server for Clojure. It uses a event-driven architecture to support highly concurrent a/synchronous web applications (including WebSocket applications)."

Pedestal - A web framework

Clojure seem slower than Java: Clojure speed ÷ Java 7 speed | Computer Language Benchmarks Game

Clojurescript One:

ClojureScript One will show you how ClojureScript reduces the complexity of web development

Read more: Link - ClojureScript One Guide

Planet Clojure
 

rplevy/swiss-arrows · GitHub

"swiss-arrows A collection of arrow macros." The thread macro, but with placeholders and a bit of branching.

 

Clojure Concurrency A tour of concurrency primitives in Clojure


Read more: Link - Clojure Concurrency - Online Training Course for .NET Developers