You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@ The project website at [https://www.graalvm.org/][website] describes how to [get
9
9
10
10
## Documentation
11
11
12
-
Please refer to the [GraalVM website for documentation][docs]. You can find most of the documentation sources in the [_docs/_](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding _docs/_ sub-directories. The documentation for the Truffle framework, for example, is in [_truffle/docs/_](truffle/docs/). This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
12
+
Please refer to the [GraalVM website for documentation][docs].
13
+
You can find most of the documentation sources in the [_docs/_](docs/) directory in the same hierarchy as displayed on the website.
14
+
Additional documentation including developer instructions for individual components can be found in corresponding _docs/_ sub-directories.
15
+
The documentation for the Truffle framework, for example, is in [_truffle/docs/_](truffle/docs/).
16
+
This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
13
17
14
18
## Get Support
15
19
@@ -46,12 +50,21 @@ Name | Description
46
50
[FastR] | Implementation of the R language.
47
51
[GraalJS] | Implementation of JavaScript and Node.js.
48
52
[GraalPy] | Implementation of the Python language.
49
-
[GraalVM Demos][graalvm-demos] | Several example applications illustrating GraalVM capabilities.
[SimpleLanguage] | A simple example language built with the Truffle framework.
52
-
[SimpleTool] | A simple example tool built with the Truffle framework.
55
+
[SimpleTool] | A simple example tool built with the Truffle framework.
53
56
[TruffleRuby] | Implementation of the Ruby language.
54
57
58
+
## Examples and Tutorials
59
+
60
+
Explore practical examples, deep-dive workshops, and language-specific demos for working with GraalVM.
61
+
62
+
Name | Description
63
+
------------ | -------------
64
+
[GraalVM Demos][graalvm-demos] | Example applications highlighting GraalVM key features and best practices.
65
+
[GraalVM Workshops and Tutorials][graalvm-workshops] | Workshops and tutorials to help you learn and apply GraalVM tools and capabilities.
66
+
[Graal Languages - Demos and Guides][graal-languages-demos] | Demo applications and guides for GraalJS, GraalPy, GraalWasm, and other Graal Languages.
67
+
55
68
## License
56
69
57
70
GraalVM Community Edition is open source and distributed under [version 2 of the GNU General Public License with the “Classpath” Exception](LICENSE), which are the same terms as for Java. The licenses of the individual GraalVM components are generally derivative of the license of a particular language (see the table below).
0 commit comments