core
Programming language
A Rust-based implementation of a general-purpose programming language with compiler, garbage collector, and JIT capabilities
The Core Programming Language
46 stars
3 watching
1 forks
Language: Rust
last commit: 3 months ago compilergarbage-collectionjitlanguage-designparserprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
glouw/rr | A programming language and its runtime environment with features such as dynamic typing, garbage collection, and support for various data structures. | 68 |
x10-lang/x10 | The implementation of X10 programming language including compiler, runtime, class libraries and sample programs. | 71 |
harbour/core | Portable programming language and environment compatible with xBase | 328 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
kagsa/kagsa | A high-level programming language with features such as object-oriented programming and iteration, designed to be easy to learn and practical for various projects. | 64 |
charly-lang/charly | An implementation of a dynamic, weakly-typed multi-paradigm programming language with a tree-based execution model. | 198 |
clojure/core.typed | An optional type system for Clojure | 1,287 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,679 |
kelilanguage/compiler | A Haskell implementation of a compiler for a custom programming language | 172 |
rsms/wlang | Develops an assembler and compiler for a programming language | 46 |
clojure/core.async | Provides facilities for asynchronous programming and communication in Clojure | 1,956 |