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


✨ 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.

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.2.1.tar.gz (7.4 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.2.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cruise_lang-0.2.1.tar.gz
  • Upload date:
  • Size: 7.4 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.2.1.tar.gz
Algorithm Hash digest
SHA256 8ef68e7f95a578d40226872e8b76ba85c770f36e6e4d008d35ddc783e6741ffc
MD5 ba385d8d555a6234c97d99bd10d31249
BLAKE2b-256 9c1f7a3f0cdb0890adf3e94e64583694ecca01aa0a571b3a97259eb9c0c9c499

See more details on using hashes here.

Provenance

The following attestation bundles were made for cruise_lang-0.2.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.2.1-py3-none-any.whl.

File metadata

  • Download URL: cruise_lang-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.6 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d80ae7d2fdb34bfde94a9a9bbd97ac56e47980ac35318f86282ebaecae00539a
MD5 218360e4882417fd18056e71e7585ef8
BLAKE2b-256 acbbb2a9ecdcac86dbb283304b3ddba3e3e8fdb3f2e11ac21cb895221f207af7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cruise_lang-0.2.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

0.3.1

2 files

0.3.0

2 files

0.2.1.post1

2 files

This release

0.2.1 This release

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