From 146d7a6f82156748c98b996402da3fc5bf5d4c14 Mon Sep 17 00:00:00 2001 From: Christian Humer Date: Mon, 5 Feb 2024 12:15:08 +0100 Subject: [PATCH] Fix alphabetical ordering. --- truffle/docs/Languages.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/truffle/docs/Languages.md b/truffle/docs/Languages.md index 2c3110f4b96f..92f5dc22ef13 100644 --- a/truffle/docs/Languages.md +++ b/truffle/docs/Languages.md @@ -7,7 +7,8 @@ permalink: /graalvm-as-a-platform/language-implementation-framework/Languages/ # Language Implementations This page is intended to keep track of the growing number of language implementations and experiments on top of Truffle. -The following language implementations exist already: +The following language implementations exist already (in alphabetical order): +* [Enso](https://github.com/enso-org/enso), an open source, visual language for data science that lets you design, prototype and develop any application by connecting visual elements together. * [Espresso](https://github.com/oracle/graal/tree/master/espresso), a meta-circular Java bytecode interpreter. * * [FastR](https://github.com/graalvm/fastr), an implementation of GNU R. * * [Graal.js](https://github.com/graalvm/graaljs), an ECMAScript 2020 compliant JavaScript implementation. * @@ -22,7 +23,7 @@ The following language implementations exist already: * [TruffleSOM](https://github.com/SOM-st/TruffleSOM), a SOM Smalltalk implementation. * [TruffleSqueak](https://github.com/hpi-swa/trufflesqueak/), a Squeak/Smalltalk VM implementation and polyglot programming environment. * [Yona](https://yona-lang.org/), the reference implementation of a minimalistic, strongly and dynamically-typed, parallel and non-blocking, polyglot, strict, functional programming language. -* [Enso](https://github.com/enso-org/enso), an open source, visual language for data science that lets you design, prototype and develop any application by connecting visual elements together. + \* Shipped as part of [GraalVM](https://www.oracle.com/technetwork/graalvm/downloads/index.html).