书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 179 个相关结果.
  • Garbage Collection with Pony-ORCA

    597 2020-09-03 《PonyLang Tutorial》
    Pony-ORCA characteristics Pony-ORCA is a fully concurrent protocol for garbage collection in the actor paradigm. It allows cheap and small actors to perform garbage collection co...
  • Hello World: Your First Pony Program

    886 2020-09-03 《PonyLang Tutorial》
    The code Compiling the program Running the program Now that you’ve successfully installed the Pony compiler, let’s start programming! Our first program will be a very tradition...
  • Pony ORM functions used to query the database

    Pony ORM functions used to query the database Pony ORM functions used to query the database See the Queries and functions part of the API Reference for details.
  • Overview

    652 2020-09-03 《PonyLang Tutorial》
    “Learn” section of Ponylang.io Planet Pony Pony Patterns Standard Library Documentation Ponylang Zulip Pony Virtual Users’ Group A final word Hey, congratulations! You’ve m...
  • Supported databases

    Supported databases SQLite PostgreSQL MySQL Oracle CockroachDB Supported databases SQLite Using SQLite database is the easiest way to work with Pony because there is no ne...
  • Integration with flask

    Integration with flask Flask-Login Integration with flask Since Pony 0.7.4 we added support for comfortable using PonyORM with Flask. With pony.flask.Pony you can wrap your fla...
  • Overview

    450 2020-09-03 《PonyLang Tutorial》
    Overview Package System Use Statement Standard Library Overview Package System Pony code is organised into packages. Each program and library is a single package, possibl...
  • PONYPATH

    450 2020-09-03 《PonyLang Tutorial》
    Adding to PONYPATH Unix/Mac Windows When searching for Pony packages, ponyc checks both the installation directory (where the standard libraries reside) and any directories l...
  • C ABI

    828 2020-09-03 《PonyLang Tutorial》
    Writing a C library for Pony The FFI support in Pony uses the C application binary interface (ABI) to interface with native code. The C ABI is a calling convention, one of many, ...
  • Installing

    Installing Installing To install Pony, type the following command into the command prompt: pip install pony Pony can be installed on Python 2.7 or Python 3. If you are going...