DEV Community

Manjas Anand
Manjas Anand

Posted on

šŸš€ Meet Cruise Language: The Lightweight, AI-Ready Programming Language I Built at 12 Years Old!

šŸš€ 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! ā­šŸ’–

Top comments (0)