From 65664dbaec1dbb5a52aeb041a0ef83c5faee4b41 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 17 Feb 2026 10:21:28 +0100 Subject: [PATCH 1/3] Add TRegex and GraalWasm, drop Ruby --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2e4f2c..33adbf4 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ Table of Contents * [Linux](#linux) * [Machine Learning](#machine-learning) * [Python](#python) - * [Ruby](#ruby) + * [Regular Expressions](#regular-expressions) * [Serverless](#serverless) * [Source Code Management](#source-code-management) * [Virtualization](#virtualization) + * [WebAssembly](#webassembly) ## Cloud * [Oracle Cloud Always Free Tier](https://www.oracle.com/cloud/free/) @@ -112,8 +113,8 @@ Table of Contents ## Python * [GraalPy](https://www.graalvm.org/python/) - High-Performance Python runtime powered by GraalVM -## Ruby - * [TruffleRuby](https://truffleruby.dev/) - Run Ruby applications faster and more efficiently on GraalVM +## Regular Expressions + * [TRegex](https://github.com/oracle/graal/tree/master/regex) - High-Performance regular expression engine powered by GraalVM ## Serverless * [Fn Project](https://fnproject.io/) - open source container-native serverless platform @@ -125,6 +126,9 @@ Table of Contents * [VirtualBox](https://www.virtualbox.org/) - powerful x86 and AMD64/Intel64 virtualization product * [Linux Virtualization Manager](https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/) - server virtualization management platform for Oracle Linux Kernel-based Virtual Machines (KVM) +## WebAssembly + * [GraalWasm](https://www.graalvm.org/webassembly) - High-performance WebAssembly runtime powered by GraalVM + ## Contributing This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md). From f814ff9f5dd1d9b21da6a3f072dc80f3159d33b7 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 17 Feb 2026 10:20:52 +0100 Subject: [PATCH 2/3] Add GDK and Micronaut --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33adbf4..621bf49 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,10 @@ Table of Contents ## Java * [GraalVM](https://www.graalvm.org/) - High Performance JDK with JIT and AOT compilation + * [Graal Development Kit for Micronaut](https://graal.cloud/gdk/) - a curated set of Micronaut modules for writing microservices * [Helidon](https://helidon.io) - a set of Java libraries for writing microservices * [Java](https://www.oracle.com/java/technologies/) - the Language of Possibilities + * [Micronaut](https://micronaut.io) - Modern JVM framework for cloud-native microservices * [VisualVM](https://visualvm.github.io/) - All-in-One Java Troubleshooting Tool ## JavaScript From 27059e12b24cd3fc36607184bab9b4d672a946b4 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 18 Feb 2026 15:05:06 +0100 Subject: [PATCH 3/3] Add TamboUI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 621bf49..fb18dca 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Table of Contents * [Helidon](https://helidon.io) - a set of Java libraries for writing microservices * [Java](https://www.oracle.com/java/technologies/) - the Language of Possibilities * [Micronaut](https://micronaut.io) - Modern JVM framework for cloud-native microservices + * [TamboUI](https://tamboui.dev) - an open-source Terminal UI framework for Java * [VisualVM](https://visualvm.github.io/) - All-in-One Java Troubleshooting Tool ## JavaScript