Hi All, For Spark Connect Scala Client we are working on making the REPL experience a bit nicer <https://github.com/apache/spark/pull/40515>. In a nutshell we want to give users a turn key scala REPL, that works even if you don't have a Spark distribution on your machine (through coursier <https://get-coursier.io/>). We are using Ammonite <https://ammonite.io/> instead of the standard scala REPL for this, the main reason for going with Ammonite is that it is easier to customize, and IMO has a superior user experience.
Does anyone object to doing this? Kind regards, Herman