This repo consists of a number of mini-projects covering a variety of topics. The intent was to use lisp to examine these topics and create modules that could be reused. The code was developed using the S(teel)B(ank)C(ommon)L(isp) lisp compiler and the ASDF package builder.
- bitcomp -- Bit String Compression.
- bool-comp -- Boolean Equivalence Testing.
- cache -- Cache Objects With High Numerical Rank.
- delayed -- Delayed Or Infinite Lists.
- filter -- Filters Lists And Trees.
- finance -- Financial Loan Utilities.
- fuzzy -- Fuzzy Logic Systems.
- ga -- Genetic Algorithms.
- gp -- Genetic Programming.
- memo -- Memoize functions.
- mod -- Modular Arithmetic.
- modal -- Modal Logic.
- mpoly -- Multivariate Polynomial Arithmetic
- queue -- Queueing Functions.
- rand -- Discrete Random Number Generator.
- random -- Cellular Automata Random Number Generator.
- rsm -- RSA Encryption Algorithms.
- string -- String Manipulation.