Skip to content

Commit 5595c4f

Browse files
committed
Improve message about ScalaJS and Native
1 parent 158f600 commit 5595c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collections/_posts/2023-04-03-typelevel_toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For the full list of libraries included in Typelevel Toolkit, please see the ove
8080
Typelevel libraries are production-proven, well tested, build upon rock solid semantics, and almost all have Scala 3 support.
8181
However their entry-point is higher than your usual scripting language. Pure functional programming has a reputation of being hard to learn, and Typelevel Toolkit is a way to play in that world, without learning an entire ecosystem first.
8282

83-
The toolkit includes, among others, a [HTTP client](https://http4s.org/), [CSV parsing library](https://fs2-data.gnieh.org/documentation/csv/) and functions for [handling files cross-platform](https://fs2.io/#/io), **with support for other runtimes besides the JVM**. This means that your scripts can run in a [JavaScript environment](https://scala-cli.virtuslab.org/docs/guides/scala-js), thanks to [scala-js]() or you can use [scala-native]() to get a [native binary](https://scala-cli.virtuslab.org/docs/guides/scala-native), just like Rust and Go.
83+
The toolkit includes, among others, a [HTTP client](https://http4s.org/), [CSV parsing library](https://fs2-data.gnieh.org/documentation/csv/) and functions for [handling files cross-platform](https://fs2.io/#/io), **with support for other runtimes besides the JVM**. This means that your scripts can run in a [JavaScript environment](https://scala-cli.virtuslab.org/docs/guides/scala-js), thanks to [scala-js](https://www.scala-js.org/). Or you can use [scala-native](https://github.com/scala-native/scala-native) to get a [native binary](https://scala-cli.virtuslab.org/docs/guides/scala-native), just like Rust and Go!
8484

8585
`scala-cli` again, makes things easy for us by having simple commands to compile to a certain target:
8686

0 commit comments

Comments
 (0)