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: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rcdilorenzo/filtrex | A library for building filters from URL parameters and validating them against complex criteria | 194 |
temporal/tracer | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
codefriar/rubyspamassassin | A Ruby-based service that helps filter out spam from incoming emails using the SpamAssassin system. | 29 |
marcoheisig/fast-generic-functions | Optimizes generic function behavior by sealing specific domains and enabling compiler optimizations. | 93 |
patois/xray | Tool for filtering and highlighting decompiler output based on regular expressions | 125 |
corazawaf/libcoraza | A C library for filtering malicious HTTP requests and protecting web applications from common web attacks | 18 |
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 90 |
berndporr/iir1 | A C++ library implementing various filter algorithms for real-time signal processing | 642 |
philipn/django-rest-framework-filters | An extension to Django REST framework and Django filter that simplifies filtering across relationships. | 848 |
bannzai/segueaddition | Automates the process of performing segues with a closure-based approach in Swift. | 44 |
sindresorhus/p-filter | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 72 |
chaitanyagupta/chronicity | A natural language date and time parser for Common Lisp | 67 |
pascalcombier/plain-common-lisp | A framework to simplify Common Lisp development on Windows | 20 |
hawkir/calispel | Provides thread-safe message-passing channels for Common Lisp programs | 31 |
mmontone/clavier | A general purpose validation library for Common Lisp | 19 |