Skip to content

Commit

Permalink
First commit on improvement of README in terms of outreach
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl authored and ansalond committed Apr 17, 2018
1 parent 595a0c6 commit 7fae5a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GraalVM is a project based in Oracle Labs developing a new JIT Compiler and Polyglot Runtime for the JVM.
Further details can be found on the [OTN site](http://www.oracle.com/technetwork/oracle-labs/program-languages/overview/index.html).
# [GraalVM](https://graalvm.org/)

GraalVM is a wide-ranging project from [Oracle Labs](https://labs.oracle.com/pls/apex/f?p=LABS:10::::::) developing a new JIT Compiler and Polyglot Runtime for the JVM. It removes the isolation between programming languages and enables interoperability in a high-performance runtime.

* [Graal SDK](../sdk) contains long term supported APIs of GraalVM.

Expand All @@ -13,6 +14,11 @@ Further details can be found on the [OTN site](http://www.oracle.com/technetwork

* [TRegex](../regex) is an implementation of regular expressions which leverages Graal and Truffle for efficient compilation of automata.

## Documentation

A comprehensive GraalVM documentation can be found on the website.
It is divided into several sections:

## License

[Truffle](../truffle) and its dependency [Graal SDK](../sdk) are licensed under the [GPL 2 with Classpath exception](../truffle/LICENSE.GPL.md).
Expand Down

0 comments on commit 7fae5a6

Please sign in to comment.