This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 1- <div align =" center " >
2-
3- <img src =" https://github.com/rivet-lang/logo/blob/main/logo.png " alt =" Rivet logo " width =" 200 " height =" 200 " />
4-
5- # The Rivet programming language
6-
7- A general-purpose programming language, focused on simplicity, safety and stability.
8-
9- [ Website] ( https://rivet-lang.github.io )
10- •
11- [ Documentation] ( https://rivet-lang.github.io/docs )
12- •
13- [ Roadmap] ( https://github.com/rivet-lang/ROADMAP.md )
14- •
15- [ Contributing] ( https://github.com/rivet-lang/CONTRIBUTING.md )
16-
17- ![ issues] ( https://img.shields.io/github/issues/rivet-lang/rivet?style=flat-square )
18- ![ status] ( https://img.shields.io/badge/status-alpha-blue?style=flat-square )
19- ![ license] ( https://img.shields.io/github/license/rivet-lang/rivet?style=flat-square )
20-
21- </div >
22-
231Rivet's goal is to be a very powerful programming language and at the same time easy to use,
242whose syntax is inspired by Go, Zig, C# and other programming languages.
253
@@ -28,7 +6,6 @@ Rivet uses C as the only backend and generates C99 code that is compiled using a
286available for code generation, such as LLVM or WebAssembly, and also that there will be an
297interpreter available.
308
31- > [ !NOTE]
329> Currently the language is in alpha state, and therefore its syntax and the language
3310> API is not stable, and may change in the long term. Not all features are implemented.
3411>
You can’t perform that action at this time.
0 commit comments