Scaps: Blog

Grouped Result Sets November 10, 2015

Beside some major improvements on the overall precision of the search engine I’ve also found some time to enhance the presentation of the result sets. Until now, especially inheritance led to many repeated definitions in a result set that were almost similar to each other. For example, the query List => immutable.Map retrieves the groupBy method for many base-types of List. While this is technically correct, it adds a lot of clutter to the search results and covers other interesting results like List.toMap, Map.apply and List.groupBy1 provided by Scalaz.

> read more

Free Scaps September 23, 2015

Scaps is now freely available under the GNU Affero General Public License (AGPL). The repository is hosted by GitHub at scala-search/scaps.

> read more