filtered-functions
Method filterer
Provides a way to filter methods before invoking them in Common Lisp
Filtered functions provide an extension of CLOS generic function invocation that add a simple preprocessing step before the actual method dispatch is performed and thus enable the use of arbitrary predicates for selecting and applying methods.
43 stars
6 watching
1 forks
Language: Common Lisp
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for building filters from URL parameters and validating them against complex criteria | 195 |
| Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
| A Ruby-based service that helps filter out spam from incoming emails using the SpamAssassin system. | 29 |
| Optimizes generic function behavior by sealing specific domains and enabling compiler optimizations. | 95 |
| Tool for filtering and highlighting decompiler output based on regular expressions | 125 |
| A C library for filtering malicious HTTP requests and protecting web applications from common web attacks | 18 |
| A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 92 |
| A C++ library implementing various filter algorithms for real-time signal processing | 653 |
| An extension to Django REST framework and Django filter that simplifies filtering across relationships. | 848 |
| Automates the process of performing segues with a closure-based approach in Swift. | 44 |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| A natural language date and time parser for Common Lisp | 67 |
| A framework to simplify Common Lisp development on Windows | 20 |
| Provides thread-safe message-passing channels for Common Lisp programs | 31 |
| A general purpose validation library for Common Lisp | 19 |