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.4.0.tar.gz (9.2 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.4.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cruise_lang-0.4.0.tar.gz
  • Upload date:
  • Size: 9.2 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.4.0.tar.gz
Algorithm Hash digest
SHA256 39e4b01c1ac46fc50dfc86523d559dfed2bd4674cbd49c7eb1fccfbe40892505
MD5 aa6ac773cfa2c357c5d95276f674aada
BLAKE2b-256 2724a4b06ac2d05323e2c9f5f6008844553c94370576497f67e5d449f1a2cc61

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cruise_lang-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 9.3 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 998a89dc9a10d07b7ba394048aabd77518f40651696a695569f3519221372bd3
MD5 8bf8d924de372c0159ce350882fd1503
BLAKE2b-256 c5c62d769d353b214fb969dd43c4e5ec84f182eacac8ba62ad682a449f02ce46

See more details on using hashes here.

Provenance

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

This release

0.4.0 This release

2 files

0.3.1

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