インドの企業ですね。とてもシンプルなUIですが、生成AIやAPIの活用も可能です。サイトの案内にもありますが、講義の実習で活用できそうです。
OneCompiler – Write, run and share code online | Free online compiler with 70+ languages and databases
Code online with One Compiler.One Compiler helps over 11.8 million users worldwide write code online.
lint機能がないので、エディターはこちらも併用かな。
Visual Studio Code for the Web
Build with Visual Studio Code, anywhere, anytime, entirely in your browser.
lint機能とは、プログラムのコードを静的に分析して、文法エラーやスタイルの問題、潜在的なバグなどを検出するツールのこと。一般的に、リントツールを使うことで、コードの品質を向上させたり、チーム内でのコーディングスタイルを統一したりするのに役立つ。また、リント機能はエディターの中で直接利用できることが多く、リアルタイムでエラーを指摘してくれるため、効率的なコーディングが可能になる。