layout | title |
---|---|
page |
Scaps: Scala API Search |
Scaps is a search engine for discovering functionality in Scala libraries (or in other words, a Hoogle for Scala). You can use both type signatures and keywords in your search queries.
Use a type signature in your query and Scaps will retrieve definitions with similar types.
For example, Ordering[String]
also retrieves Ordering.String
which is a subtype of the query type.
-
{% for post in site.posts limit: 3 %}
- {{ post.date | date: '%B %d, %Y' }} - {{ post.title }} {% endfor %}
Scaps is an offspring of a master's thesis by Lukas Wegmann at the University of Applied Science Rapperswil (HSR).