Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.64 KB

README_en.md

File metadata and controls

37 lines (24 loc) · 2.64 KB

Here is the translation of your text into English:


Logo

Riddle Language

简体中文 | English

Static Badge Static Badge

A lightweight, flexible, and modern programming language.

Riddle Language is a memory-safe programming language designed to address the shortcomings of C/C++.

Features

  • Memory Safety: Riddle Language ensures memory safety at compile-time, eliminating common programming errors such as null pointer dereferencing and buffer overflows. This guarantees the robustness and security of software.
  • High Performance: Riddle Language combines safety with high-performance execution, making it suitable for resource-intensive applications. This is achieved through advanced optimization and a well-designed runtime system.
  • Concise and Expressive: Riddle Language offers a concise and expressive syntax that enhances code readability and maintainability. It provides modern language constructs, powerful abstractions, and a rich library set to simplify the development process.
  • Concurrency and Parallelism: Riddle Language has built-in support for concurrent and parallel programming. It offers lightweight threads, asynchronous programming models, and synchronization primitives, making it easier to develop scalable and efficient applications.
  • Interoperability: Riddle Language seamlessly integrates with existing codebases and libraries written in other languages. It provides simple bindings to C and C++ and supports interoperability with popular frameworks and ecosystems.

Technology Stack 🚀

License

This project is licensed under the Apache License 2.0, which requires retaining the original copyright notice, license notice, and disclaimers when modifying and distributing the software. The license allows users to freely use, modify, and distribute the software under the Apache License, whether for commercial or non-commercial purposes. Users may release modified products or derivatives under different licenses, but the unchanged parts must retain the Apache License. The Apache License does not provide any form of warranty, and users are fully responsible for any damage caused by using the software.