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
- Operates on a virtual file system (no access to real files).
- No support for the http module.
- No support for the database module.
- No support for the crypto module.
- No support for the store module.
- 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