Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-expressionists/constrictor
A library that implements the functionality of the Conses dictionary of the Common Lisp standard
https://github.com/s-expressionists/constrictor
common-lisp
Last synced: about 21 hours ago
JSON representation
A library that implements the functionality of the Conses dictionary of the Common Lisp standard
- Host: GitHub
- URL: https://github.com/s-expressionists/constrictor
- Owner: s-expressionists
- License: other
- Created: 2023-04-08T11:22:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T11:47:43.000Z (6 months ago)
- Last Synced: 2024-08-10T17:50:06.145Z (6 months ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 335 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.text
Awesome Lists containing this project
README
The purpose of this repository is to supply an implementation of most
of the operators in the Conses dictionary of the Common Lisp standard.We value performance, but we value correctness and maintainability
even more. We do not think it is important to optimize the
implementation of an operator that is not used very often. While we
do not know a priori how often an operator might be used, we think
that for an application that uses an operator very often, and where
our implementation of that operator does not have the best
performance, the application writer is very likely to implement a
special version anyway that takes into account the specific needs of
that application.