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: 6 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dtenny/clj-re A set of regular expression functions inspired by Clojure's API. 10
matthieu-beteille/redux-data-fx A library that helps separate business logic and side effects in Redux applications using declarative data structures 53
dtenny/clj-arrows A set of macros and functions providing Clojure-compatible threading and transformation functionality in Common Lisp 10
calvinfroedge/redux-modifiers A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures 157
grigory-leonenko/redux-easy-actions Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. 42
redux-loop/redux-loop A library that enables reducers to handle effects naturally and purely by returning them from the reducer 1,959
vseloved/cl-redis A Common Lisp Redis client with error handling and reconnect mechanisms. 189
taoensso/carmine A Clojure wrapper for interacting with Redis, providing an idiomatic API for tasks like data serialization, message queuing, and distributed locking. 1,161
troch/deku-redux A library that provides Redux integration with the Deku framework 30
dtenny/clj-con A Common Lisp package providing concurrency operations similar to Clojure 35
rcdilorenzo/repeatex A library for parsing and scheduling repeating events in natural language 54
longtian/redux-deferred Middleware for handling asynchronous data fetching in Redux applications with jQuery Deferred objects 2
denisizmaylov/redux-catch-promise Middleware to catch and handle promises and async functions in Redux applications 66
pragdave/mdef Easily define function heads with multiple clauses in Elixir 49
omnidan/redux-recycle A utility that helps reset Redux state to a defined initial value upon specific actions 146