# ponyc **Repository Path**: studvc/ponyc ## Basic Information - **Project Name**: ponyc - **Description**: :horse: Pony is an open-source, actor-model, capabilities-secure, high performance programming language - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2021-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pony 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 * FreeBSD * Linux * macOS * Windows 10 ### CPUs * Full support for 64-bit platforms * x86 and ARM CPUs only * Partial support for 32-bit platforms * The `arm` and `armhf` architectures are tested via CI (Continuous Integration testing) ## More Information * [Installation](INSTALL.md) * [Building from source](BUILD.md) * [Docker images](INSTALL_DOCKER.md) * [Editor support](EDITORS.md) ## Resources * [Learn more about Pony](https://www.ponylang.io/discover/) * [Start learning Pony](https://www.ponylang.io/learn/) * [Getting help](https://www.ponylang.io/learn/#getting-help) * [Try Pony online](https://playground.ponylang.io) * [Frequently Asked Questions](https://www.ponylang.io/faq/) * [Community](https://www.ponylang.io/community/) ## Contributing We welcome contributions to Pony. Please read through [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to get started. ## License Pony is distributed under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). See [LICENSE](LICENSE) for details.