https://github.com/maxdeviant/wrench
Small utilities for Wren
https://github.com/maxdeviant/wrench
functional-programming utilities utility-library wren
Last synced: 22 days ago
JSON representation
Small utilities for Wren
- Host: GitHub
- URL: https://github.com/maxdeviant/wrench
- Owner: maxdeviant
- License: mit
- Created: 2018-01-18T03:40:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T05:30:04.000Z (over 7 years ago)
- Last Synced: 2025-04-09T15:20:36.526Z (6 months ago)
- Topics: functional-programming, utilities, utility-library, wren
- Homepage:
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# wrench
[](http://forthebadge.com)
Small utilities for [Wren](https://github.com/munificent/wren).
## Getting Started
> If you need help setting up Wren, head over [here](http://wren.io/getting-started.html).
Download `wrench.wren` from the [Releases](https://github.com/maxdeviant/wrench/releases/latest/) page and place it in your project directory.
```c
// Import the classes you want from wrench.
import "wrench" for Option// Now you're ready to write some code!
System.print(Option.Some("Hello, Sailor!"))
```## Contributing
### Running Tests
```sh
$ ~/path/to/wren src/run_tests.wren
```