From 5de1de08ef548f7fb0682929a409629ab7dddef5 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Tue, 13 May 2025 09:02:48 +0200 Subject: [PATCH] Introduce unmaintained category This introduces an unmaintained category and moves Yona too it (3 years without update) --- truffle/docs/Languages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/truffle/docs/Languages.md b/truffle/docs/Languages.md index 3d6d7199474f..65dc4342d198 100644 --- a/truffle/docs/Languages.md +++ b/truffle/docs/Languages.md @@ -23,8 +23,10 @@ The following language implementations exist already (in alphabetical order): * [TruffleRuby](https://github.com/graalvm/truffleruby), an implementation of Ruby. * * [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. +## Unmaintainted + +* [Yona](https://yona-lang.org/), the reference implementation of a minimalistic, strongly and dynamically-typed, parallel and non-blocking, polyglot, strict, functional programming language. \* Shipped as part of [GraalVM](https://www.oracle.com/technetwork/graalvm/downloads/index.html).