Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -95,8 +96,11 @@ 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
* [TamboUI](https://tamboui.dev) - an open-source Terminal UI framework for Java
* [VisualVM](https://visualvm.github.io/) - All-in-One Java Troubleshooting Tool

## JavaScript
Expand All @@ -112,8 +116,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
Expand All @@ -125,6 +129,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).
Expand Down