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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cruise_lang-0.2.1.post1.tar.gz
  • Upload date:
  • Size: 7.7 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.post1.tar.gz
Algorithm Hash digest
SHA256 8aa82797905d4ac741eb39f025f5d241d39cae12c8084d62a1ed3696d1adaafe
MD5 37fd5b3bbcc40c0c5cf2d919f4edd606
BLAKE2b-256 6f23197ab9bc1fcbbee67a3bb037bac073f4e9bf9af83296b18386412884e512

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cruise_lang-0.2.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 ecbdf8917c8af0d49b78ad6c07862d8952cfd72cd5af17b0871b8c918895cae9
MD5 a74f6dedf7ebd45dd56d482d5e94e25d
BLAKE2b-256 666c3f420b7d9781a4cda9b1c02b557beae07a715055205630d87f15463decc9

See more details on using hashes here.

Provenance

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

This release

0.2.1.post1 This release

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