- scala3-migrate VS Scalafix
- scala3-migrate VS scala-3-crash-course
- scala3-migrate VS functional-way
- scala3-migrate VS scala-js-games
- scala3-migrate VS sight-dotty
- scala3-migrate VS lavamaze
- scala3-migrate VS scala-js-games
- scala3-migrate VS dotty
- scala3-migrate VS scalaprops
- scala3-migrate VS bytestring
Scala3-migrate Alternatives
Similar projects and alternatives to scala3-migrate
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
-
-
-
-
-
-
-
-
-
-
-
-
scala3-migrate discussion
scala3-migrate reviews and mentions
-
Show HN: Simple games ported to Scala 3 – Try them in the browser
> If I recall, there's a compiler plugin they put out that could automatically make many of those changes
Actually, there are compiler options to rewrite the sources to/from scala3, I have tried this in more complex projects and it worked nicely (see https://docs.scala-lang.org/scala3/guides/migration/tooling-...)
This is the link to the plugin you mentioned which is supposed to avoid the manual syntax updates but I haven't had the need to try it, like you said, most of the times the changes are trivial enough (https://docs.scala-lang.org/scala3/guides/migration/scala3-m...).
> An example of one of the programmable games in action
This comes handy to me, looks cool! For one or another reason, I ended up in this page which seems to intend hosting the same app but it doesn't work, just wanted to let you know (https://www.wbillingsley.com/lavamaze)
There is a similar nice project which I have been looking into (https://www.kogics.net/kojo).
-
Dragging Haskell Kicking and Screaming into the Century of the Fruitbat :: Reasonably Polymorphic
I'm using scala3-migrate as reference, although I haven't really done any Scala that much to know that issues this has.
Stats
scalacenter/scala3-migrate is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of scala3-migrate is Scala.