All Projects → razum2um → Awesome Clojure

razum2um / Awesome Clojure

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

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Awesome Clojure

Eslint Config Wesbos
No-Sweat™ Eslint and Prettier Setup - with or without VS Code
Stars: ✭ 2,293 (+0.84%)
Mutual labels:  hacktoberfest
Super Mario Python
super mario in python and pygame
Stars: ✭ 178 (-92.17%)
Mutual labels:  hacktoberfest
Lfs
A thing to get information on your mounted disks
Stars: ✭ 178 (-92.17%)
Mutual labels:  hacktoberfest
Rclcpp
rclcpp (ROS Client Library for C++)
Stars: ✭ 178 (-92.17%)
Mutual labels:  hacktoberfest
Pinpog
Ping-Pong-like game in Assembly that works without OS
Stars: ✭ 177 (-92.22%)
Mutual labels:  hacktoberfest
Xamarin.forms.mocks
Library for running Xamarin.Forms inside of unit tests
Stars: ✭ 179 (-92.13%)
Mutual labels:  hacktoberfest
Shoutrrr
Notification library for gophers and their furry friends.
Stars: ✭ 177 (-92.22%)
Mutual labels:  hacktoberfest
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+34.04%)
Mutual labels:  hacktoberfest
Smos
A comprehensive self-management System
Stars: ✭ 179 (-92.13%)
Mutual labels:  hacktoberfest
Potigol
Linguagem Potigol - Linguagem de programação funcional moderna para iniciantes - A Functional Programming Language for Beginners
Stars: ✭ 179 (-92.13%)
Mutual labels:  hacktoberfest
Professional Ts
Stars: ✭ 177 (-92.22%)
Mutual labels:  hacktoberfest
Capa Rules
Standard collection of rules for capa: the tool for enumerating the capabilities of programs
Stars: ✭ 178 (-92.17%)
Mutual labels:  hacktoberfest
Tweet.sh
Twitter client written in simple Bash script
Stars: ✭ 178 (-92.17%)
Mutual labels:  hacktoberfest
Cobbler
Cobbler is a versatile Linux deployment server
Stars: ✭ 2,222 (-2.29%)
Mutual labels:  hacktoberfest
Laravel Exchange Rates
A Laravel wrapper package for interacting with the exchangeratesapi.io API.
Stars: ✭ 180 (-92.08%)
Mutual labels:  hacktoberfest
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+15.35%)
Mutual labels:  hacktoberfest
Vue Morphling
Vue filters and directives collection.
Stars: ✭ 179 (-92.13%)
Mutual labels:  hacktoberfest
Ziggy
Use your Laravel named routes in JavaScript
Stars: ✭ 2,619 (+15.17%)
Mutual labels:  hacktoberfest
Shopware Pwa
Shopware PWA for eCommerce. Headless storefront solution for Shopware 6, which communicates through the SalesChannel-API. Always Open Source, MIT license. Made with 💙 by shopware AG & Vue Storefront.
Stars: ✭ 180 (-92.08%)
Mutual labels:  hacktoberfest
Yii2 Debug
Debug Extension for Yii 2
Stars: ✭ 179 (-92.13%)
Mutual labels:  hacktoberfest

Awesome Clojure Awesome

Awesome macros usage

Answers why the lisp shines, killer features in action

  • core.async - transforms AST into CSP programs
  • cloroutine - suspends and continuations (coroutines)
  • missionary - a reactive dataflow programming toolkit
  • photon - realtime web, like Meteor, but for Clojure(Script)
  • metaclj - staged compilation
  • meander - transparent data transformation using datastructure pattermatching
  • proteus - introduce mutable variables (don't use, just learn how to map your mind into immutable world)

Advanced datastructures

  • specter: an elegant API for querying and transforming nested and recursive data
  • meander: transparent data transformation (defined as pattern-matching)
  • Persistent AVL trees: persistent sorted maps and sets with log-time rank queries
  • Finger Tree: double-list, counted-double-list, counted-sorted-set
  • Hitchhiker Tree: create fast, snapshottable, massively scalable databases
  • Hierarchical set
  • Ordered: ordered sets and maps
  • Lazy Map: whose values are only calculated when accessed
  • Duratom: persisted atoms
  • Durable Queue: queue persisted on disk
  • bifurcan: linear map/set/list (stores entries contiguously in memory), ;writtern in java, but test suite (read: usage examples) in clojure

Web Framework

Actually don't search rails/django here, but compose them by yourself

Dependency injection

Managed lifecycle of stateful objects

Build Automation and Package management

Libraries for project build automation and package/dependency management.

Version Control Management

Code utilities for interacting with VCS software

Date and Time

Libraries for working with dates and times.

GUI

Audio

HTTP

Libraries for working with HTTP.

  • clj-http : Apache HttpComponents client wrapper
  • http-kit : Simple, high-performance event-driven HTTP client and server
  • ring : HTTP server abstraction
  • kvlt : Uniform, asychronous client interface for HTTP across JVM / Node / browsers
  • aleph : Async client/server based on Netty, with defaults for HTTP, TCP and UDP
  • hato : An HTTP client for Clojure, wrapping JDK 11's HttpClient

Database

Databases and database client libraries

Connection pools

Database connection pools

Structural Migrations

Keeps database and others in sync

Redis

JSON

Database Cli

ORM and SQL generation

DSL for SQL generation.

Security

Authentication, authorization and other security related libraries.

RESTful API

Libraries for developing RESTful APIs.

GraphQL API

Libraries for developing GraphQL APIs.

Emails

HTML Manipulation

Libraries for working with HTML.

Data Validation

Libraries for validating data.

Type System

Optional type system for Clojure

Pattern Matching

Async processing

Monads

WebSocket

Testing

Webdriver automation

Code Analysis and Linter

Science and Data Analysis

Libraries, extended REPLs, and other tools for scientific and statistical data anylysis and visualization.

Machine Learning

Computer Vision

Text Processing

Parsing

Exceptions and Error Handling

Rule-based Programming

Editor Plugins

Documentation

Utilities and libraries for (non-LP) code and project documentation

Literate Programming

Archives and Compression

Miscellaneous

Debugging

CI

Project Management

Terminal UI

Graphviz

Guides

Video tutorials

YouTube

Websites

Twitter

Exercises

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].