I’m teaching a programming languages course. As part of that, I want to introduce students to several different programming languages. So, I’m want to know which compilers and interpreters are available on GitHub’s autograder servers?
For another course, I was able to create an assignment that used a Bash script to call make to compile submitted C code using gcc. But what else is available on the autograder servers? Rust, Perl, Python, Haskell?