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

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

Awesome Lists containing this project

README

          

# wrench

[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](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
```