ScalafromMedium1 week agoKeep in mind that Scastie does not show Scala warningsScastie, the Scala REPL, does not display warnings; expect IDE warnings (for example, unnecessary semicolons) when copying code into IntelliJ IDEA.
Software developmentfromPythonmorsels1 week agoPython REPL Shortcuts & FeaturesPython 3.13's redesigned REPL adds modern keyboard shortcuts and features that improve interactive Python workflow and behave differently across platforms.
PythonfromTreyhunner1 week agoCustomizing 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.
ScalafromMedium3 months agoScastie's gradually becoming more like an IDEScastie's enhanced completion features provide a significant advantage for Scala programming.