From 56cff3b0178426c86b062f6cc9c639b9c8a37f12 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 7 May 2024 15:16:17 +0200 Subject: [PATCH] Mention what languages TESTed supports --- book.org | 1 + 1 file changed, 1 insertion(+) diff --git a/book.org b/book.org index b021218..17bc7a0 100644 --- a/book.org +++ b/book.org @@ -1934,6 +1934,7 @@ TESTed was developed to solve two major drawbacks with the current judge system Most judges offer the same basic concepts and features, most of which are independent of programming language (communication with Dodona, checking correctness, I/O,\nbsp{}...). The goal of TESTed was to implement a judge so that programming exercises only have to be created once to be available in all programming languages TESTed supports. +TESTed currently supports Bash, C, C#, Haskell, Java, JavaScript, Kotlin, and Python. An exercise should also not have to be changed when support for a new programming language is added. As a secondary goal, we also wanted to make it as easy as possible to create new exercises. Teachers who have not used Dodona before should be able to create a new basic exercise without too many issues.