references from the initial list to the headings

master
Martin Polanka 5 years ago
parent ffec5efd05
commit 22a6594a37

@ -1,18 +1,19 @@
# Runtime Environments # Runtime Environments
This page contains notes about using various runtime environments in ReCodEx as well as their internal usage inside [isolate](https://github.com/ioi/isolate) sandbox. At present ReCodEx supports This page contains notes about using various runtime environments in ReCodEx as well as their internal usage inside [isolate](https://github.com/ioi/isolate) sandbox. At present ReCodEx supports
* C * C
* C++ * C++
* C# * [C#](#c)
* Data-only * [Data-only](#data-only)
* Go * [Go](#go)
* Haskell * Haskell
* Java (OpenJDK) * [Java (OpenJDK)](#java)
* JavaScript (Node.js) * JavaScript (Node.js)
* Pascal * [Pascal](#pascal)
* PHP (CLI apps) * PHP (CLI apps)
* Prolog (SWI) * Prolog (SWI)
* Python 3 * [Python 3](#python)
* Rust * Rust
Exercises may be configured for multiple environments, so the student may choose the language for the solution. However, Data-only, Haskell, and Prolog have somewhat unique configurations, therefore an exercise must use such environment exclusively. Exercises may be configured for multiple environments, so the student may choose the language for the solution. However, Data-only, Haskell, and Prolog have somewhat unique configurations, therefore an exercise must use such environment exclusively.

Loading…
Cancel
Save