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

    514 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

    782 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.
  • 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...
  • Overview

    535 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...
  • 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

    379 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

    378 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

    680 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, ...
  • What You Need

    508 2020-09-03 《PonyLang Tutorial》
    The Pony compiler A text editor The compiler Compiling your program To get started, you’ll need a text editor and the ponyc compiler. Or if you are on a not supported platfor...