Skip to content

Commit

Permalink
Add Rune (#1437)
Browse files Browse the repository at this point in the history
* Add Rune

Rune is a Python-inspired efficient systems programming language designed to interact well with C and C++ libraries. Rune has many security features such as memory safety, and constant-time processing of secrets. Rune aims to be faster than C++ for most memory-intensive applications, due to its Structure-of-Array (SoA) memory management.

https://github.com/google/rune

* Add Rune in README

* Increment the language count

* Update readme.md

* Update readme.md

---------

Co-authored-by: Jedediah Fanuel <[email protected]>
Co-authored-by: Gabe <[email protected]>
  • Loading branch information
3 people committed Jan 5, 2024
1 parent 0877179 commit 30ac8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions r/Rune.rn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World")
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (1004 total)
## Languages (1005 total)

* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
Expand Down Expand Up @@ -812,6 +812,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Ruby on Rails](r/Ruby%20on%20Rails.rb)
* [Ruby](r/Ruby.rb)
* [Ruota](r/Ruota.ruo)
* [Rune](r/Rune.rn)
* [Rust](r/Rust.rs)
* [S Algol](s/S%20Algol)
* [Sacred](s/Sacred.sacred)
Expand Down

0 comments on commit 30ac8ea

Please sign in to comment.