From 30ac8ea7b00ba83caf5b75f62f039d144531fad7 Mon Sep 17 00:00:00 2001 From: Jedediah Fanuel <60323767+jedediahfanuel@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:31:18 +0700 Subject: [PATCH] Add Rune (#1437) * 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 <60323767+Jeddi212@users.noreply.github.com> Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com> --- r/Rune.rn | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 r/Rune.rn diff --git a/r/Rune.rn b/r/Rune.rn new file mode 100644 index 000000000..ad35e5ae3 --- /dev/null +++ b/r/Rune.rn @@ -0,0 +1 @@ +print("Hello World") diff --git a/readme.md b/readme.md index 15d4ea52a..97956bc31 100644 --- a/readme.md +++ b/readme.md @@ -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 (1004 total) +## Languages (1005 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -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)