Sha256: 6b488038816425edab2d78bf023e197d5964bcce26fd7d10b4d2ea2371185d41

Contents?: true

Size: 1.26 KB

Versions: 89

Compression:

Stored size: 1.26 KB

Contents

# xPony

Exercism problems in Pony.

## Setup

First, install [ponyc](https://github.com/CausalityLtd/ponyc).

There's a tutorial and sandbox for playing with Pony at [ponylang.org](http://ponylang.org)

NB `ponyc` will not work without Unicode support for PCRE, available
starting in libpcre 10.10. Most OSs ship with libpcre 8.x, so you'll
probably need to download and compile the latest [PCRE](http://pcre.org/)

(You can do this after installing ponyc, it's okay.)

Then write your example and the test using [ponytest](https://github.com/CausalityLtd/ponyc/tree/master/packages/ponytest).

The `ponyc` compiler doesn't care what your files are called, so you can just
call your example `example.pony`; the Main actor will be in the test file,
so it's all good.

## Running tests

Run `ponyc` in your exercise directory. if it compiles, you did something right.

The compiled binary, `./exercise-name` runs the tests in its Main actor, so
just run the binary and see if your tests passed.

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)

## License

The MIT License (MIT)

Copyright (c) 2015 Katrina Owen, _@kytrinyx.com

### Pony icon
The icon of a pony in use here is in the public domain.

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
trackler-2.0.6.33 tracks/pony/README.md
trackler-2.0.6.32 tracks/pony/README.md
trackler-2.0.6.31 tracks/pony/README.md
trackler-2.0.6.30 tracks/pony/README.md
trackler-2.0.6.29 tracks/pony/README.md
trackler-2.0.6.28 tracks/pony/README.md
trackler-2.0.6.27 tracks/pony/README.md
trackler-2.0.6.26 tracks/pony/README.md
trackler-2.0.6.25 tracks/pony/README.md
trackler-2.0.6.24 tracks/pony/README.md
trackler-2.0.6.23 tracks/pony/README.md
trackler-2.0.6.22 tracks/pony/README.md
trackler-2.0.6.21 tracks/pony/README.md
trackler-2.0.6.20 tracks/pony/README.md
trackler-2.0.6.19 tracks/pony/README.md
trackler-2.0.6.18 tracks/pony/README.md
trackler-2.0.6.17 tracks/pony/README.md
trackler-2.0.6.16 tracks/pony/README.md
trackler-2.0.6.15 tracks/pony/README.md
trackler-2.0.6.14 tracks/pony/README.md