-
Using http://lint.travis-ci.org/ to validate https://github.com/ponylang/ponyc/blob/master/.travis.yml shows a bunch of things that aren't really problems:
![screen shot 2017-03-20 at 6 15 14 pm](htt…
-
I would like to add Pony to the supported language, indeed it is a very good language and I think it has its place in codegolf
https://www.ponylang.io/
-
I am about to begin work on a Pony Language Server (under the ponylang org) and wanted to see if you would like to help in development at all. We will need an extension for VSCode itself, and yours i…
-
https://tutorial.ponylang.io/pattern-matching
-
http://tutorial.ponylang.org/types/index.html
-
http://tutorial.ponylang.org/expressions/index.html
-
I copied this Issue from https://github.com/ponylang/pony-stable/issues/33 because it is also applicable to corral.
Currently the dependencies are listed in an array. With this its possible to list…
-
When I type a word like "future" in the search field at https://tutorial.ponylang.io, I get a short text on Actors where the first line ends with "behaviours. Behaviours A". This at first looks like a…
-
Dear maintainers,
It would seem that, when ran with the `--ponynoblock` flag, the example http server leaks.
Background: When running into a cycle detector segfault [0] by benchmarking the sampl…
-
The `Event` allow Corral to trigger and run custom tasks as it processes commands.
The difference between it and Plugin is: the event only takes effect for the current project.
corral.json:
```js…