https://github.com/elide-dev/graal-resources
A collection of GraalVM projects for @elide-dev
https://github.com/elide-dev/graal-resources
Last synced: 7 days ago
JSON representation
A collection of GraalVM projects for @elide-dev
- Host: GitHub
- URL: https://github.com/elide-dev/graal-resources
- Owner: elide-dev
- License: other
- Created: 2024-05-17T13:20:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:45:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T04:46:43.678Z (about 1 year ago)
- Language: Markdown
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graal
A collection of [GraalVM](https://github.com/oracle/graal) projects and more for [@elide-dev](https://github.com/elide-dev/) and others.
## Table Of Contents
- [graal](#graal)
- [Languages](#languages)
- [Vocabulary](#vocabulary)
- [Adding More Languages](#adding-more-languages)
## Languages
Future Additions
- [BACIL (.NET)](https://github.com/jagotu/BACIL) - MIT License
- [CUDA](https://github.com/NVIDIA/grcuda) - NVIDIA License
- [GraalLua](https://github.com/Glavo/GraalLua) - No License
- [GraalPHP (PHP 7.4)](https://github.com/abertschi/graalphp) - Apache 2.0 License
- [pkl](https://github.com/apple/pkl) - Apache 2.0 License
- [SmallTalk](https://github.com/hpi-swa/trufflesqueak) - MIT License
Possible Additions
- [bf-graal (BrainF**k)](https://github.com/cesquivias/bf-graal) - GPL 3.0 License
- [C](https://github.com/AdamBien/graalvm-hello-java-c) - Apache 2.0 License
- [FastR (Graal for R)](https://github.com/oracle/fastr) - GNU General Public License
## Vocabulary
- Elide [eh-lyde], verb: `to omit (a sound or syllable) when speaking. to join together; to merge.`
- Polyglot [poh-lee-glot], adj.: `composed of elements from different languages`
## Adding More Languages
- [SimpleLanguage (by Oracle)](https://docs.oracle.com/en/graalvm/jdk/21/docs/graalvm-as-a-platform/implement-language/index.html#get-started)