-
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…
-
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
-
In order to localize Pony Clicker, the javascript must be decoupled from the HTML (need to merge #26 ) and then it must get it's strings from a string table that can be swapped out. Then a translated …
-
I'm opening this ticket to capture some important discussion from another ticket, which got dropped when that ticket was closed: https://github.com/ponylang/ponyc/issues/1331#issuecomment-256494016
…
-
Look at the cryptic table:
```
x() x[] x.y
!x -x ~x *x &x ?x %x %%x
x{}
* / %
+ - ++
>
&
^
|
== != < > =
&&
||
?? %%
= *= /= %= += -= = &= ^= |= &&= ||=
```
Why it is all needed? Who will find the t…
-
In this hackernews conversation: https://news.ycombinator.com/item?id=17195580 , lots of people demanded code examples on the website. They couldn't find any, even after clicking around.
I think it…
-
In https://github.com/ponylang/pony-tutorial/blob/9cfbb3ee7e3e8adbc7b8d914ff440f9482ae8bea/expressions/exceptions.md#comparison-to-exceptions-in-other-languages
the pony exceptions are compared to …
-
Mutable state held in package-level variables can be problematic for a few reasons, e.g. concurrency [edited to remove erroneous mention of multiple imports]
It would be useful to be able to declar…
iand updated
3 months ago
-
This should probably be written up as a change proposal but I've opened up this issue first to get feedback.
There is a simple gotcha with pony use strings. If you're working within a file that wa…
-
As a newcomer to pony (coming from java, scala, python, erlang) i would really really love
to see a section about **collections** in the tutorial as this a pretty important building block of day to d…