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

GitHub

1 stars
1 watching
0 forks
Language: Common Lisp
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
dtenny/clj-reA set of regular expression functions inspired by Clojure's API.10
matthieu-beteille/redux-data-fxA library that helps separate business logic and side effects in Redux applications using declarative data structures53
dtenny/clj-arrowsA set of macros and functions providing Clojure-compatible threading and transformation functionality in Common Lisp10
calvinfroedge/redux-modifiersA collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures157
grigory-leonenko/redux-easy-actionsSimplifies Redux action creation by providing a decorator to automatically generate action types and payloads.42
redux-loop/redux-loopA library that enables reducers to handle effects naturally and purely by returning them from the reducer1,960
vseloved/cl-redisA Common Lisp Redis client with error handling and reconnect mechanisms.190
taoensso/carmineA Clojure wrapper for interacting with Redis, providing an idiomatic API for tasks like data serialization, message queuing, and distributed locking.1,163
troch/deku-reduxA library that provides Redux integration with the Deku framework30
dtenny/clj-conA Common Lisp package providing concurrency operations similar to Clojure35
rcdilorenzo/repeatexA library for parsing and scheduling repeating events in natural language54
longtian/redux-deferredMiddleware for handling asynchronous data fetching in Redux applications with jQuery Deferred objects2
denisizmaylov/redux-catch-promiseMiddleware to catch and handle promises and async functions in Redux applications66
pragdave/mdefDefines multiple function heads with conditional clauses and multiple implementations for each head49
omnidan/redux-recycleA utility that helps reset Redux state to a defined initial value upon specific actions146