#repl

[ follow ]
Scala
fromMedium
14 hours ago

Keep in mind that Scastie does not show Scala warnings

Scastie, the Scala REPL, does not display warnings; expect IDE warnings (for example, unnecessary semicolons) when copying code into IntelliJ IDEA.
Python
fromTreyhunner
4 days ago

Customizing your Python REPL's color scheme (Python 3.14+)

Python 3.14 adds REPL syntax highlighting and the REPL color scheme can be customized using a private module and enabled via PYTHONSTARTUP.
Scala
fromMedium
2 months ago

Scastie's gradually becoming more like an IDE

Scastie's enhanced completion features provide a significant advantage for Scala programming.
[ Load more ]