You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.
Status
Pony is still pre-1.0 and as such, semi-regularly introduces breaking changes. These changes are usually fairly easy to adapt to. Applications written in Pony are currently used in production environments.
Supported platforms
Operating Systems
Linux
macOS
Windows 10
CPUs
Full support for 64-bit platforms
x86, ARM and RISC-V CPUs only
Partial support for 32-bit platforms
The arm and armhf architectures are tested via CI (Continuous
Integration testing)
Best effort platforms
Best effort platforms mean that there is support for the platform in the codebase but, we don't have any testing for the platform. We won't intentionally break a best-effort platform or remove support for it from the codebase, at the same time, we do make no effort to maintain it. When you go build a "best effort platform" from source, you might find it doesn't build. We welcome thoughtful pull requests to bring the platform up-to-date.