trnxdev / crabby

Crabby, the new programming language of the modern programming era.

Home Page:https://crabby-docs.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crabby🦀: The New Programming Language of the Modern Programming Era

All Contributors

StarloSearch

Static Badge GitHub License

Introduction

Logo

Welcome to the world of Crabby, a revolutionary programming language made entirely in the Zig language, designed to meet the demands of the modern programming era. Crabby is not just another language; it's a paradigm shift that aims to redefine the way we approach programming.

Note

Crabby isn't a fully functional programming language yet. So that's why we need you to help us create crabby. I'm also trying to create the download website for Crabby🦀 Which will be released sooner.

Features

Simplicity

Crabby is designed with simplicity in mind. It's easy to learn and understand, making it perfect for beginners. Yet, it's powerful enough to handle complex tasks, making it a great choice for experienced developers as well.

Efficiency

Crabby is built for speed. It's optimized for performance, ensuring that your programs run as fast as possible. With Crabby, you can focus on writing great code, knowing that it will be executed efficiently.

Versatility

Crabby is a versatile language. It supports multiple programming paradigms, allowing you to choose the best approach for each task. Whether you prefer procedural, object-oriented, or functional programming, Crabby has you covered.

Examples

Here's a simple "Hello, World!" program written in Crabby:

// hello.cb ("cb" short for crabby)
output.print("Hello, World!");

Notes

output.print = Is the syntax for printing the hello world.

Contributing

We welcome contributions from the community. If you'd like to contribute to Crabby, please read our contributing guidelines

License

Crabby is open-source software licensed under GNU General Public License v3.0. See the LICENSE file for more details

Support

If you encounter any issues while using Crabby, or if you have any questions, please open an issue on our GitHub page. We're here to help

Contributors ✨

Thanks goes to these wonderful people! 👨‍💻💻:

Mr.Coder
Mr.Coder

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Crabby, the new programming language of the modern programming era.

https://crabby-docs.vercel.app/

License:GNU General Public License v3.0


Languages

Language:Zig 97.4%Language:Batchfile 2.6%