The authors removed the shell functionality but it is still a good dev-tool. Changelog --------- * Added support for Scala 2.13.8 * Re-added old Main entry point for better compatibility with Ammonite 2.4 and older * Dropped built-in support for shell operations * move from shells/ammonite to devel/ammonite PR: 261191 Reported by: freebsd-ports@jan0sch.de (maintainer)
10 lines
465 B
Text
10 lines
465 B
Text
A modern replacement for the Bash system shell. Provides a systems shell in
|
|
the high-level Scala language, letting you seamlessly mix system operations
|
|
with real code without the hassle or the frustration of trying to write
|
|
complex code in Bash.
|
|
|
|
Ammonite lets you use the Scala language for scripting purposes: in a
|
|
Read-Evaluate-Print-Loop (REPL), as scripts, as a library to use
|
|
in existing projects, or as a standalone systems shell.
|
|
|
|
WWW: https://ammonite.io/
|