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
- Host: GitHub
- URL: https://github.com/gpmueller/pure
- Owner: GPMueller
- License: mit
- Created: 2024-05-17T19:28:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T21:01:33.000Z (about 2 years ago)
- Last Synced: 2025-03-29T07:12:43.867Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```