Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guicho271828/syntactic-optimization
adds context-aware optimization not available in SBCL
https://github.com/guicho271828/syntactic-optimization
Last synced: 29 days ago
JSON representation
adds context-aware optimization not available in SBCL
- Host: GitHub
- URL: https://github.com/guicho271828/syntactic-optimization
- Owner: guicho271828
- Created: 2017-11-07T01:02:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T01:20:19.000Z (about 7 years ago)
- Last Synced: 2024-10-15T14:10:58.522Z (3 months ago)
- Language: Common Lisp
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syntactic-Optimization.
This is a fun attempt to provide a few compiler macros for syntactic
optimizations e.g. (log (/ x 3) 3) -> (1- (log x 3))## Usage
## Dependencies
This library is at least tested on implementation listed below:+ SBCL 1.4.0 on X86-64 Linux 4.10.0-38-generic (author's environment)
Also, it depends on the following libraries:
+ trivia :
+ alexandria by *Nikodemus Siivola , and others.* :
Alexandria is a collection of portable public domain utilities.
+ iterate by ** :
Jonathan Amsterdam's iterator/gatherer/accumulator facility## Installation
## Author
* Masataro Asai ([email protected])
## Copyright
Copyright (c) 2017 Masataro Asai ([email protected])
# License
Licensed under the LLGPL License.