Pyxell
Try it online
GitHub (opens new window)
Try it online
GitHub (opens new window)
  • Manual
    • Hello, world!
    • Variables and types
    • Arithmetic and logic
    • Characters and strings
    • Control flow
    • Containers
    • Nullable types
    • Tuples
    • Functions
    • Classes
    • Modules
    • Examples
  • Specification
    • Operators
    • Types
    • Standard library
  • Why Pyxell?
    • Pyxell vs. Python
    • Pyxell vs. C++
    • Benchmark
    • Known problems
  • Playground

# Playground

You can run your Pyxell program here. Write code, optionally provide input, and click Run. Program is transpiled to C++, then compiled and executed by Rextester (opens new window). Your code is saved in local storage when you run it.

Documentation version: 0.12.0

← Why Pyxell?