ponyc

所属分类:collect
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-07-22 15:16:49
上 传 者sh-1993
说明:  Pony是一种开源、参与者模型、功能安全、高性能编程语言,
(Pony is an open-source, actor-model, capabilities-secure, high performance programming language,)

文件列表:
.ci-dockerfiles/ (0, 2023-12-09)
.ci-dockerfiles/cross-aarch64/ (0, 2023-12-09)
.ci-dockerfiles/cross-aarch64/Dockerfile (1070, 2023-12-09)
.ci-dockerfiles/cross-aarch64/build-and-push.bash (313, 2023-12-09)
.ci-dockerfiles/cross-arm/ (0, 2023-12-09)
.ci-dockerfiles/cross-arm/Dockerfile (1056, 2023-12-09)
.ci-dockerfiles/cross-arm/build-and-push.bash (309, 2023-12-09)
.ci-dockerfiles/cross-armhf/ (0, 2023-12-09)
.ci-dockerfiles/cross-armhf/Dockerfile (1071, 2023-12-09)
.ci-dockerfiles/cross-armhf/build-and-push.bash (311, 2023-12-09)
.ci-dockerfiles/cross-riscv64/ (0, 2023-12-09)
.ci-dockerfiles/cross-riscv64/Dockerfile (450, 2023-12-09)
.ci-dockerfiles/cross-riscv64/build-and-push.bash (313, 2023-12-09)
.ci-dockerfiles/stdlib-builder/ (0, 2023-12-09)
.ci-dockerfiles/stdlib-builder/Dockerfile (477, 2023-12-09)
.ci-dockerfiles/stdlib-builder/build-and-push.bash (1028, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-musl-builder/ (0, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-musl-builder/Dockerfile (428, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-musl-builder/build-and-push.bash (374, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu20.04-builder/ (0, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu20.04-builder/Dockerfile (859, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu20.04-builder/build-and-push.bash (340, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu22.04-builder/ (0, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu22.04-builder/Dockerfile (1206, 2023-12-09)
.ci-dockerfiles/x86-64-unknown-linux-ubuntu22.04-builder/build-and-push.bash (340, 2023-12-09)
.ci-scripts/ (0, 2023-12-09)
.ci-scripts/arm64-nightly.bash (1996, 2023-12-09)
.ci-scripts/arm64-release.bash (1864, 2023-12-09)
.ci-scripts/build-stdlib-documentation.bash (297, 2023-12-09)
.ci-scripts/x86-64-nightly.bash (1965, 2023-12-09)
.ci-scripts/x86-64-release.bash (1833, 2023-12-09)
.dockerfiles/ (0, 2023-12-09)
.dockerfiles/latest/ (0, 2023-12-09)
.dockerfiles/latest/x86-64-pc-windows-msvc/ (0, 2023-12-09)
.dockerfiles/latest/x86-64-pc-windows-msvc/Dockerfile (1240, 2023-12-09)
.dockerfiles/latest/x86-64-pc-windows-msvc/build-and-push.ps1 (328, 2023-12-09)
.dockerfiles/latest/x86-64-pc-windows-msvc/git.ini (157, 2023-12-09)
.dockerfiles/latest/x86-64-unknown-linux-gnu/ (0, 2023-12-09)
.dockerfiles/latest/x86-64-unknown-linux-gnu/Dockerfile (540, 2023-12-09)
.dockerfiles/latest/x86-64-unknown-linux-gnu/build-and-push.bash (327, 2023-12-09)
... ...

# 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 * Linux * macOS (x86 only) * 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. * DragonFlyBSD (x86 only) * FreeBSD (x86 only) * macOS (Apple Silicon only) ## More Information * [Installation](https://github.com/ponylang/ponyc/blob/master/INSTALL.md) * [Building from source](https://github.com/ponylang/ponyc/blob/master/BUILD.md) * [Docker images](https://github.com/ponylang/ponyc/blob/master/INSTALL_DOCKER.md) * [Editor support](https://github.com/ponylang/ponyc/blob/master/EDITORS.md) ## Resources * [Learn more about Pony](https://github.com/ponylang/ponyc/blob/master/https://www.ponylang.io/discover/) * [Start learning Pony](https://github.com/ponylang/ponyc/blob/master/https://www.ponylang.io/learn/) * [Getting help](https://github.com/ponylang/ponyc/blob/master/https://www.ponylang.io/learn/#getting-help) * [Try Pony online](https://github.com/ponylang/ponyc/blob/master/https://playground.ponylang.io) * [Frequently Asked Questions](https://github.com/ponylang/ponyc/blob/master/https://www.ponylang.io/faq/) * [Community](https://github.com/ponylang/ponyc/blob/master/https://www.ponylang.io/community/) ## Contributing We welcome contributions to Pony. Please read through [CONTRIBUTING.md](https://github.com/ponylang/ponyc/blob/master/CONTRIBUTING.md) for details on how to get started. ## License Pony is distributed under the terms of the [2-Clause BSD License](https://github.com/ponylang/ponyc/blob/master/https://opensource.org/licenses/BSD-2-Clause). See [LICENSE](https://github.com/ponylang/ponyc/blob/master/LICENSE) for details.

近期下载者

相关文件


收藏者