-
https://data.gpo.zugaina.org/stefantalpalaru/dev-lang/pony/
newer ,
https://github.com/ponylang/corral ie like cargo... but no for ebuilds atm or ponyup...
https://data.gpo.zugaina.org/haskell…
-
-
- OS: Windows 10
- VS: Microsoft Visual Studio Community 2019 Preview: Version 16.6.0 Preview 4.0
- ponyc version: 0.33.2-19bf994 [release]
In order to successfully compile in VS2019 preview 4.0
…
-
Compiler crash on following code:
```pony
trait T
interface I
class C
actor Main
fun f[A, B](x: (A | B)): (A | B) =>
match x
| let a: A => a
| let b: B => b
end
ne…
-
Would it make sense to have our Makefiles check that the correct version of `ponyc` is installed before compiling so that users don't get compiler errors that really (unbeknownst to them) indicate tha…
-
$ stable env ponyc --debug zmq/test
Building builtin -> /usr/local/lib/pony/0.15.0-d603ecce/packages/builtin
Building zmq/test -> /Users/thomasjohnson/Projects/pony/pony-zmq/zmq/test
Building pon…
-
Right after installing [the latest pony-vim-syntax](https://github.com/dleonard0/pony-vim-syntax/commits/a0ab2e14d5a3796ebec01ce196392dc1de349cb3), and opening up some files in [the latest ponyc maste…
-
With stable it was possible for me to debug ponyc while invoking it from the stable env.
```
stable env lldb ponyc -- -p ./lib/osx/ --pic
```
With corral this doesn't seem to be possible:
…
-
Please complete the following information about the language:
- Name: Pony
- Website: https://www.ponylang.io/
- Language Version: 0.38.3
The following are optional, but will help us add the l…
shyba updated
3 years ago
-
Because I just sank more time than I should have (reading the docs fixed my issue obviously) can we unify the two types of update to the following form:
Install latest version
```bash
ponyup upda…