Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.