Giter Club home page Giter Club logo

rchai's Introduction

Chai

Chai is a LLVM-compiled programming language written in Rust, aimed to be blazingly fast while user-friendly.

Current State

The project is currently in active development. Essentially no core features of the language have been implemented, including variable declarations, control flow statements, and basic data types. There are still MANY areas that require refinement and optimization.

Future Plans

In the upcoming months, the main focus will be on the following areas:

  • Adding support for advanced data structures such as arrays, structs, etc.
  • Implementing a module system to enable code organization and reusability.
  • Enhancing the error handling mechanism to provide more informative error messages.
  • Improving the performance of the compiler and runtime.

Looking forward, the following will also be attended to:

  • Optimizing the language for speed, safety, and easy control flow.
  • Bootstrapping the compiler for future releases.

Goals

Some main goals for Chai are:

  • To create a language that is easy to learn and use, while still being powerful and expressive.
  • To provide a seamless integration with existing Rust code, allowing developers to leverage the Rust ecosystem.

Expected Syntax

struct SomeStruct {
    ... // Fields
}

fn some_function(param1: String, param2: u32) -> SomeReturnType {
    ...
}

some_function("This is param 1", 10);
print("Hello from Chai!");

rchai's People

Contributors

trevorflahardy avatar

Stargazers

Hadock avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.