XCX Web Playground Released

We are excited to announce the release of the XCX Web Playground! You can now try out XCX directly in your browser by visiting playground.xcxlang.com.


PLAYGROUND LIMITATIONS

  1. Operates on a virtual file system (no access to real files).
  2. No support for the http module.
  3. No support for the database module.
  4. No support for the crypto module.
  5. No support for the store module.
  6. Partial support for the terminal module.

TECHNICAL SPECIFICATIONS

XCX Target Version: v4.0

Playground Interpreter: v1.0


BUILT WITH

TypeScript: interpreter & logic

Vue 3: playground UI

Tailwind CSS: styling

Vite: build tool


SOURCE CODE

The playground is fully open source. You can view the repository on GitHub: xcxlang-org/xcx-web-playground