CLOJURE
Last updated
Was this helpful?
Last updated
Was this helpful?
Aleph exposes data from the network as a Manifold stream, which can easily be transformed into a java.io.InputStream, core.async channel, Clojure sequence, or many other byte representations. It exposes simple default wrappers for HTTP, TCP, and UDP, but allows access to full performance and flexibility of the underlying Netty library.
Cheshire is fast JSON encoding, based off of clj-json and clojure-json, with additional features like Date/UUID/Set/Symbol encoding and SMILE support.
Encoding example:
Clojurecademy is an interactive platform that provides Clojure based courses. It's like Codecademy for Clojure.
Clojure News is Hacker News clone for Clojurists.Entirely written in Clojure & ClojureScript.
compojure — a small routing library for Ring that allows web applications to be composed of small, independent parts.
This small Compojure application demonstrates creating a Ring handler from two routes:
Cryogen is a simple static site generator built with Clojure. It's shipped on Leiningen so setup is fuss free and there's no need to mess with databases or other CMS systems.
Datascript — an immutable in-memory database and Datalog query engine in Clojure and ClojureScript.
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support.
Server:
Client:
Jepsen is a Clojure library. A test is a Clojure program which uses the Jepsen library to set up a distributed system, run a bunch of operations against that system, and verify that the history of those operations makes sense. Jepsen has been used to verify everything from eventually-consistent commutative databases to linearizable coordination systems to distributed task schedulers. It can also generate graphs of performance and availability, helping you characterize how a system responds to different faults. See aphyr.com for examples of the sorts of analyses you can carry out with Jepsen.
Klipse is a simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent and a clojure[script] web repl.
Checkout Klipse blog with interactive code snippets and the KLIPSE clojure web repl.
Liberator is a Clojure library for building RESTful applications.
Example:
Luminus is a Clojure micro-framework based on a set of lightweight libraries. It aims to provide a robust, scalable, and easy to use platform.
Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.
Overtone is an Open Source toolkit for designing synthesizers and collaborating with music.
Pedestal is a set of libraries written in Clojure that aims to bring both the language and its principles (Simplicity, Power and Focus) to server-side development.
Here you can find samples.
Quil is a Clojure/ClojureScript library for creating interactive drawings and animations.
Selmer. A fast, Django inspired template system for Clojure.
Selmer templates consist of plain text that contains embedded expression and filter tags. While Selmer is primarily meant for HTML generation, it can be used for templating any text.
Selmer compiles the template files and replaces any tags with the corresponding functions for handling dynamic content. The compiled template can then be rendered given a context map.
For example, if we wanted to render a string containing a name variable we could write the following:
To render a file we can call render-file
instead:
Specter. Advanced data navigator. Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable. Specter especially excels at querying and transforming nested and recursive data, important use cases that are very complex to handle with vanilla Clojure.
yada — a web library for Clojure, designed to support the creation of production services via HTTP.
Typically, yada handlers are created from a configuation expressed in data.