Code Monkey home page Code Monkey logo

kestrel's Introduction

kestrel

rustc 1.71.0 MIT License Test status Build status Docs status

Simple and safe.

Todo Roadmap

  • Add C-style enums (by 8/18/23)

    Add: enum keyword, enum variant instantiation with :: operator.

  • Add match keyword (by 8/21/23)

    Add: match keyword, use phi values.

    MIR effect: Will require permutations to prove invariants.

  • Add Rust-style enums (by 8/24/23)

    Add: enum instantiation really instantiates a struct containing the value and the discriminant, update match keyword

  • Add String type (by 8/26/23)

    Add: String type.

  • Add std::io::print type (by 8/28/23)

    Add: std::io::print builtin function.

  • Allow fn to take references (by 9/2/23)

    Update: fn parameter list.

    Mir effect: Will require lifetime checks for functions.

Syntax Highlighting

Kestrel has a syntax highlighting theme for VSCode! To install:

  1. cd kestrel-syntax
  2. make install
  3. Restart VSCode

Features

  • Ahead of time compilation - Kestrel is compiled ahead of time (AOT), instead of being interpreted or JIT compiled. AOT compilation allows Kestrel to catch entire classes of runtime errors, vastly improving the developer experience.

  • Statically typed - Kestrel resolves types at compile time, resulting in immediate warnings and feedback.

  • Performance - AOT compilation means that Kestrel programs are compiled directly to machine code, allowing programs to be executed on any target platform natively, with blazing fast performance.

  • Helpful compiler - Descriptive and detailed error messages improve the debugging experience.

  • Borrow checker - Ensures that invariants which prevent many types of memory errors by converting Kestrel code into Kestrel MIR.

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.