Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 31eb1a6

Browse files
committed
update
1 parent 9b07273 commit 31eb1a6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

index.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
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-
231
Rivet's goal is to be a very powerful programming language and at the same time easy to use,
242
whose 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
286
available for code generation, such as LLVM or WebAssembly, and also that there will be an
297
interpreter 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
>

0 commit comments

Comments
 (0)