An open API service indexing awesome lists of open source software.

https://github.com/horance-liu/scalaspec

The specification of the scala programming language.
https://github.com/horance-liu/scalaspec

Last synced: 14 days ago
JSON representation

The specification of the scala programming language.

Awesome Lists containing this project

README

        

ScalaSpec is a simple specification for the scala programming language.

## Building

```bash
$ ./gradlew spec
```

## IntelliJ IDEA

```bash
$ ./gradlew idea
```