#
scala-native
Here are 95 public repositories matching this topic...
Duhemm
commented
Oct 26, 2017
We currently support the most common operations performed on instances of java.util.Properties, but not all of them. See our current implementation, and the functions that are marked as TODO.
The goal of this issue is to add support for the missing functions. I think that it would b
Pure Scala Artifact Fetching
-
Updated
Aug 27, 2020 - Scala
property based testing library for Scala
testing
scala
prng
scalaz
scalaprops
property-based-testing
scala-js
mersenne-twister
dotty
scala3
scala-native
-
Updated
Aug 1, 2020 - Scala
Build tool for Scala projects
-
Updated
Jun 27, 2020 - Scala
Cross-platform compilation support for sbt.
-
Updated
Feb 12, 2020 - Scala
Compilation of Scala Native resources and libraries
-
Updated
Apr 1, 2020
Scala library for cross-platform 2D game development
-
Updated
Jun 30, 2020 - Scala
Functional HTML5 and XML library for the Scala platform
-
Updated
May 11, 2020 - Scala
Scala cross platform configuration library supporting HOCON
-
Updated
Aug 20, 2020 - Scala
Routing library for the Scala platform
-
Updated
Mar 27, 2020 - Scala
Giter8 template for a minimal project that uses Scala Native.
-
Updated
Jul 29, 2020 - Scala
Compile-time JSON marshaling and abstraction for Scala, Scala Native and Scala.js
-
Updated
Apr 4, 2019 - Scala
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
-
Updated
May 2, 2019 - Scala
A Typesafe-logging (and slf4j) compatible logging library based on macros for Scala/JVM, Scala.js, and Scala Native
-
Updated
Feb 25, 2020 - Scala
typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]
-
Updated
Aug 19, 2020 - Scala
immutable primitive array/NonEmptyArray wrapper for Scala
-
Updated
Aug 9, 2020 - Scala
OpenGL and SDL2 bindings for Scala Native
-
Updated
May 17, 2020 - Scala
TOML parser with codec derivation for the Scala platform
-
Updated
Oct 12, 2019 - Scala
Scala Native BLAS (Basic Linear Algebra Subprograms)
-
Updated
Aug 20, 2020 - Scala
A port of gears.c to Scala using Scala Native
-
Updated
Sep 26, 2018 - Scala
Scala port of Paolo Capriotti's optparse-applicative library. fork from https://github.com/bmjames/scala-optparse-applicative
-
Updated
Aug 4, 2020 - Scala
Parse, manipulate and render CommonMark in Scala Native
-
Updated
Mar 14, 2019 - Scala
The unofficial Scala game
-
Updated
Jan 12, 2018 - Scala
Generation of arbitrary case classes / ADTs instances with scalaprops and shapeless
-
Updated
Aug 1, 2020 - Scala
Improve this page
Add a description, image, and links to the scala-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scala-native topic, visit your repo's landing page and select "manage topics."


I just came across the fact that a
Show[Throwable]exists.import Scalaz._, one needs toimport scalaz.std.java.throwable._What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?