rfcs
rfcs copied to clipboard
RFCs for changes to Pony
[Rendered](https://github.com/rhagenson/rfcs/blob/expand-math/text/0000-expand-math.md) Partially related to: + https://github.com/ponylang/rfcs/issues/168 + https://ponylang.zulipchat.com/#narrow/stream/192795-contribute-to.20Pony/topic/math.20lib + https://ponylang.zulipchat.com/#narrow/stream/192795-contribute-to.20Pony/topic/How.20OO.20to.20go.3F.20.28was.20math.20lib.29 + https://ponylang.zulipchat.com/#narrow/stream/189985-beginner-help/topic/.E2.9C.94.20BigDecimal
This would make conditional compilation possible as we currently have for the platform (windows, darwin, linux, ...) but for different pony versions for which there might exist breaking changes in...
Proposal to make `Array` iterator classes `ArrayKeys`, `ArrayValues` and `ArrayPairs` private. Instead `Array` function `keys`, `values` and `pairs` will return general `Iterator` interface like other stdlib classes that implement theses...
This PR adds my RFC for explicit self member access. *Note: I have also filed [another RFC](https://github.com/ponylang/rfcs/pull/174) that builds on this one*
This PR adds my RFC for assign param syntax. *Note: This RFC is based on [this other RFC](https://github.com/ponylang/rfcs/pull/173) and assumes the other one will be accepted when presenting its syntax...
[Rendered](https://github.com/aturley/rfcs/blob/filepath-walker-filter-entries/text/0000-filepath-walker-filter-entries.md)
The correct way in Pony to iterate over items seems to be through the `for` control structure which uses the `Iterator` interface. However if I want to iterate over a...
Here we provide an RFC related to introducing Unix domain socket support into the `net` package.