The AI-Ready Language
Built for Simplicity & Speed
Cruise is a lightweight programming language created by Manjas Anand featuring human-readable syntax, custom user-defined functions, PyTorch tensor calculus, and HTTP request libraries.
Why Developers Love Cruise
Engineered from the ground up to combine plain-English readability with powerful deep learning backend tools.
User Defined Functions
Declare modular functions easily using plain-English syntax: define name(arg): ... end with dynamic scoping.
PyTorch Autograd
Native support for multi-dimensional tensor arrays (tensor([1, 2, 3])) with built-in matrix calculations.
Native HTTP Library
Fetch JSON data and communicate with external REST APIs directly inside scripts using fetch(url) and post(url).
Zero-Config GUI Apps
Build instant desktop windows (background, button) with graceful headless fallback handling for terminal environments.
Dual File Extensions
Run interactively line-by-line via the REPL shell, or execute standalone script files saved with .cru or .crui extensions.
Cross-Platform REPL
Lightweight terminal shell designed to execute scripts on any machine with Python 3.8+.