Skip to content

Commit

Permalink
Fix alphabetical ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
chumer committed Feb 5, 2024
1 parent c9c419c commit 146d7a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions truffle/docs/Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. *
Expand All @@ -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).

Expand Down

0 comments on commit 146d7a6

Please sign in to comment.