metabrowse
Squid
metabrowse | Squid | |
---|---|---|
1 | 1 | |
107 | 197 | |
1.9% | 0.5% | |
8.0 | 0.0 | |
20 days ago | 7 months ago | |
Scala | Scala | |
Apache License 2.0 | Apache License 2.0 |
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.
Squid
-
Haskell doesn't have macros
In the video, the presenter says he doesn't know any other system with "type-aware hygienic macros". You may want to have a quick look at Scala 3, which also has such a system. See, for instance, this paper and also the precursor work by myself for Scala 2: https://github.com/epfldata/squid#publications
What are some alternatives?
scastie - An interactive playground for Scala
Monocle - Optics library 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 🤔
Cassovary - Cassovary is a simple big graph processing library for the JVM
mdoc - Typechecked markdown documentation for Scala
refined - Refinement types for Scala
Scalafix - Refactoring and linting tool for Scala
Twitter Util - Wonderful reusable code from Twitter
n-scala - A new Scala wrapper for Joda Time based on scala-time
scribe - The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
better-files - Simple, safe and intuitive Scala I/O
Each - A macro library that converts native imperative syntax to scalaz's monadic expressions