metabrowse
scala.meta
metabrowse | scala.meta | |
---|---|---|
1 | 2 | |
107 | 1,107 | |
1.9% | 0.5% | |
8.0 | 9.8 | |
20 days ago | 6 days ago | |
Scala | Scala | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
metabrowse
-
The future of Scaladoc
I would prefer to have a mega documentation website like javadoc.io that works with an engine like metabrowse. I often find myself cloning various FOOS libraries to browse their codebase and grep things.
scala.meta
-
Scala Library To Generate Case Classes for JSON
I just wrote a small generator for a personal project using scalameta. It might be worth doing just for the learning experience, I thought it was a blast to use.
-
Running tests from emacs
I have successfully installed metals on emacs as per the instructions on scalameta.org - things like syntax highlighting and jump to definiton work, and lsp-metals-doctor-run shows mostly green ticks.
What are some alternatives?
scastie - An interactive playground for Scala
Shapeless - Generic programming for Scala
ducktape - Automatic and customizable compile time transformations between similar case classes and sealed traits/enums, essentially a thing that glues your code. Scala 3 only. Or is it duct 🤔
Lamma - Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed income coupon payment, equity deravitive fixing date generation etc.
mdoc - Typechecked markdown documentation for Scala
Ammonite-Ops - Scala Scripting
Scalafix - Refactoring and linting tool for Scala
Scala Async - An asynchronous programming facility for Scala
Squid - Squid – type-safe metaprogramming and compilation framework for Scala
enableIf.scala - A library that toggles Scala code at compile-time, like #if in C/C++
Scalaz - Principled Functional Programming in Scala
n-scala - A new Scala wrapper for Joda Time based on scala-time