Meet Cruise Language: The Lightweight, AI-Ready Programming Language I Built at 12 Years Old!
Hey everyone!
I'm Manjas Anand, a 12-year-old developer, and I’m excited to share my open-source project: Cruise Language (cruise-lang).
Cruise is an AI-powered, human-readable programming language interpreter designed to bring simplicity, speed, and native deep learning power together without the complex boilerplate!
✨ Key Features
- PyTorch Autograd Engine: Native tensor support for matrix calculations and ML math.
- Human-Readable Syntax: Clean, plain-English function definitions.
- Built-in HTTP Library: Fetch JSON data and connect with REST APIs directly using simple fetch commands.
- ️ Zero-Config Desktop GUI: Launch instant desktop windows with graceful headless fallbacks for terminal environments.
- ⚡ Cross-Platform REPL: Runs on any device with Python 3.8+ (including iPad terminals!).
Try It Out!
You can install Cruise in seconds using pip:
pip install --upgrade cruise-lang
Run interactive commands via the REPL shell, or execute standalone script files (.cru or .crui):
cruise main.cru
Links & Support
I'd love to hear your thoughts, feedback, and ideas for upcoming features! Star the repo on GitHub if you find it cool! ⭐