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

https://github.com/gpmueller/pure

Experiments around writing and detecting pure functions
https://github.com/gpmueller/pure

Last synced: 11 months ago
JSON representation

Experiments around writing and detecting pure functions

Awesome Lists containing this project

README

          

# pure
Experiments around writing and detecting pure functions

## Usage

### macOS

If you've installed llvm using homebrew, you may need to run the following in
order for libclang to be able to find the library binaries.
```bash
export DYLD_LIBRARY_PATH="/opt/homebrew/opt/llvm/lib:$DYLD_LIBRARY_PATH"
```