Doc
Language Environments
Last updated on
Pads support a large number of programming languages. Each language has a runnable IDE environment and a REPL where available.
Select the language from the dropdown options in the pad.
The environment opens with example code.
Switching Languages
You can switch between languages during the interview.
When you switch from Plain Text or Markdown to a coding language, the comments from those languages will be copied over to the new language environment:
All other languages store your code in separate language files. When you switch between non-Plain Text/Markdown languages, the prior code is saved in its language environment, but is not copied over to the next language environment. To view code in a previously used language environment, switch back to it:
Info
Click the Info tab to read important information about the pad.
Packages
❗Note that not all languages have packages.
CoderPad environments supply common language-specific libraries for use in assessments.
Click the Packages tab to see the libraries available for your language.