Skip to content

Commit bfe020a

Browse files
authored
Deprecate Ammonite
1 parent 388d108 commit bfe020a

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

readme/Index.scalatex

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,23 @@
3232
margin-bottom: 10px;
3333
}
3434

35-
@sect("Ammonite", "Scala Scripting")
35+
@sect("(Deprecated) Ammonite", "Scala Scripting")
36+
37+
@blockquote
38+
@b
39+
@i
40+
NOTE: Ammonite is now deprecated.
41+
@ul
42+
@li
43+
@b
44+
@i
45+
For Scala scripting functionality, please see the scripting functionality present in the Mill build tool (https://mill-build.org/mill/scalalib/intro.html#_single_file_scripts)
46+
@li
47+
@b
48+
@i
49+
For Scala REPL functionality, most of Ammonite's REPL features (Ctrl-C handling, pretty-printed output, dynamically importing libraries, etc.) has been ported
50+
to the upstream Scala REPL 3.8.2 and above (@lnk("#24194", "https://github.com/scala/scala3/pull/24194"), @lnk("#23849", "https://github.com/scala/scala3/pull/23849"), @lnk("#24131", "https://github.com/scala/scala3/pull/24131"), etc.)
51+
3652

3753
@div(display.flex, alignItems.center, flexDirection.column)
3854
@i{Version @ammonite.Constants.version}

0 commit comments

Comments
 (0)