potemkin
Namespace navigator
A utility namespace providing workarounds and facades for common Clojure challenges, such as navigating complex namespaces and interfaces.
some ideas which are almost good
577 stars
25 watching
53 forks
Language: Clojure
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clj-commons/secretary | A client-side router for ClojureScript | 774 |
clj-commons/manifold | A compatibility layer for event-driven abstractions | 1,021 |
clj-commons/pomegranate | A Clojure API for working with Maven artifact resolvers and dynamic classpath management | 507 |
scicloj/notespace | An attempt to provide a notebook-like experience in Clojure within a single editor. | 148 |
clj-commons/hickory | An HTML parser library that converts HTML to Clojure data structures for analysis and transformation. | 638 |
clj-commons/byte-streams | A library for converting between various byte and character representations in Java | 417 |
clj-commons/pretty | A Clojure library for formatting console output to make it easier to read and understand. | 600 |
dtenny/clj-con | A Common Lisp package providing concurrency operations similar to Clojure | 35 |
clj-commons/byte-transforms | Provides utility methods for hashing, compressing, and encoding streams of bytes | 104 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
jarzka/namespacefy | Provides functions to manage namespace and keywords in data structures, making it easier to avoid name conflicts and improve code readability. | 20 |
clj-commons/rewrite-clj | A Clojure library that reads and writes various data formats in a whitespace and comment preserving way. | 592 |
csch0/sublimetext-file-navigator | A plugin for Sublime Text that allows quick navigation and file operations using the keyboard. | 56 |
clj-commons/digest | Provides message digest functions for data integrity verification in Clojure programming | 158 |
maksjs/namespace-in-coffeescript | A pattern to simulate namespaces in CoffeeScript for managing classes and objects across different environments. | 21 |