with-redefs
Function Redefiner
A tool to temporarily redefine global functions in Common Lisp code
WITH-REDEFS enables rebinding of global functions, inspired by Clojure's with-redefs
1 stars
1 watching
0 forks
Language: Common Lisp
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A set of regular expression functions inspired by Clojure's API. | 10 |
| A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |
| A set of macros and functions providing Clojure-compatible threading and transformation functionality in Common Lisp | 10 |
| A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
| A Common Lisp Redis client with error handling and reconnect mechanisms. | 190 |
| A Clojure wrapper for interacting with Redis, providing an idiomatic API for tasks like data serialization, message queuing, and distributed locking. | 1,163 |
| A library that provides Redux integration with the Deku framework | 30 |
| A Common Lisp package providing concurrency operations similar to Clojure | 35 |
| A library for parsing and scheduling repeating events in natural language | 54 |
| Middleware for handling asynchronous data fetching in Redux applications with jQuery Deferred objects | 2 |
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| Defines multiple function heads with conditional clauses and multiple implementations for each head | 49 |
| A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |