Skip to main content

🚢 Cruise Programming Language (cruise-lang)

The AI-Ready, Human-Readable Programming Language Built for Speed & Simplicity

PyPI Version License Python

Created & Developed with ❤️ by Manjas Anand


💖 Support My Work

If you find this project helpful and want to support my open-source work:

Support My Work


✨ Overview

Cruise is a lightweight, modern, high-level programming language built in Python.

It focuses on:

  • 🚀 Easy-to-read syntax
  • 🧠 Beginner-friendly design
  • ⚡ Fast execution
  • 🤖 AI-friendly scripting
  • 📦 Built-in utilities
  • 🔥 Zero configuration

🚀 Installation

Install Cruise from PyPI:

pip install --upgrade cruise-lang

🚀 Quick Start

Interactive REPL

Start the Cruise shell:

cruise

Example:

>>> write("Hello World!")
Hello World!

Running Script Files

Save your code as either:

main.cru

or

main.crui

Run it using:

cruise main.cru

📚 Language Syntax

Printing Output

write("Hello World!")

Variables

name = "Cruise"
version = 2

write(name)
write(version)

Functions

define greet(user):
    write("Welcome to Cruise Language, " + user + "!")
end

greet("Manjas")

Loops

5 times write("Cruising Fast! 🚀")

Conditions

if x > 10:
    write("Greater")
end

🧠 Built-in Tensor Support

v1 = tensor([1.5, 2.5, 3.5])
v2 = tensor([10.0, 20.0, 30.0])

write(v1)
write(v2)

🌐 HTTP Requests

data = fetch("https://api.github.com")
write(data)

🖥️ GUI Components

background("navy")

button("Submit Form")
button("Cancel")

✨ Features

  • 🚀 Human-readable syntax
  • 🧠 Beginner friendly
  • ⚡ Fast interpreter
  • 📦 Built-in HTTP library
  • 🌐 JSON support
  • 🤖 AI-ready scripting
  • 🔢 Tensor arrays
  • 🖥️ GUI widgets
  • 📁 .cru and .crui support
  • 💻 Interactive REPL
  • 🔥 Zero configuration

📂 Project Structure

Cruise/
│
├── cruise.py
├── lexer.py
├── parser.py
├── interpreter.py
├── runtime.py
├── stdlib.py
├── README.md
└── LICENSE

🗺️ Roadmap

✅ v0.1.0

  • Interactive REPL
  • Variables
  • Printing
  • Basic Interpreter

✅ v0.2.0

  • User Functions
  • .cru support
  • .crui support
  • HTTP Requests
  • Tensor Objects
  • WebAssembly Support

🚧 v0.3.0

  • Complete AST Parser
  • Advanced Lexer
  • Modules
  • Package Manager
  • GUI Framework
  • Tensor Calculus
  • Math Library
  • Optimizer

🤝 Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch
git checkout -b feature-name
  1. Commit changes
git commit -m "Added new feature"
  1. Push
git push origin feature-name
  1. Open a Pull Request

📜 License

Licensed under the MIT License.

See the LICENSE file for details.


👨‍💻 Creator

Developer: Manjas Anand

📦 PyPI Package:

cruise-lang

🐙 GitHub:

manjas-developer/Cruise

📧 Contact:

manjasanand08@gmail.com

🚢 Cruise Language

Write Less. Build More. Cruise Faster. 🚀

Made with ❤️ in Python.


💖 Support My Work

If you find this project helpful and want to support my open-source work:

Support My Work

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cruise_lang-0.3.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cruise_lang-0.3.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file cruise_lang-0.3.1.tar.gz.

File metadata

  • Download URL: cruise_lang-0.3.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cruise_lang-0.3.1.tar.gz
Algorithm Hash digest
SHA256 f5eb88f41eab5e0664159300848bba9a87de30a2cf98c65eb01258dc247434ca
MD5 76fc070dbe32815755a5b36197ebb240
BLAKE2b-256 98b7dd5b338c3b6e62c7fc6259f747363bd129c980352c48827fabda93db1f55

See more details on using hashes here.

Provenance

The following attestation bundles were made for cruise_lang-0.3.1.tar.gz:

Publisher: publish.yml on manjas-developer/Cruise

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cruise_lang-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: cruise_lang-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cruise_lang-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0b4c17c29571a595113c622589a14c99550d2b33e526a6790820e0495df0337e
MD5 df919108642d550b3a5ecf1811b94e10
BLAKE2b-256 1553792dd2875c36d5d4e96daf5995aaf455e754c9dca9002c830942e2293b67

See more details on using hashes here.

Provenance

The following attestation bundles were made for cruise_lang-0.3.1-py3-none-any.whl:

Publisher: publish.yml on manjas-developer/Cruise

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

This release

0.3.1 This release

2 files

0.3.0

2 files

0.2.1.post1

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page