Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tralahm/scala-by-example

Scala is a tastefully typed language: it is statically typed, but explicit types appear in just the right places. Scala takes powerful features from object-oriented and functional languages, and combines them with a few novel ideas in a beautifully coherent whole. The syntax is so lightweight, and its primitives so expressive, that APIs can be used with virtually no syntactic overhead at all. Examples can be found in standard libraries such as parser combinators and actors. In this sense Scala supports embedded domain-specific languages.
https://github.com/tralahm/scala-by-example

functional-programming sbt scala tralahm tralahtek

Last synced: 5 days ago
JSON representation

Scala is a tastefully typed language: it is statically typed, but explicit types appear in just the right places. Scala takes powerful features from object-oriented and functional languages, and combines them with a few novel ideas in a beautifully coherent whole. The syntax is so lightweight, and its primitives so expressive, that APIs can be used with virtually no syntactic overhead at all. Examples can be found in standard libraries such as parser combinators and actors. In this sense Scala supports embedded domain-specific languages.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/TralahM/scala-by-example.svg?branch=master)](https://travis-ci.com/TralahM/scala-by-example)
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
[![Organization](https://img.shields.io/badge/Org-TralahTek-blue.svg)](https://github.com/TralahTek)
[![made-with-scala](https://img.shields.io/badge/Made%20with-Scala-1f425f.svg)](https://www.scala-lang.org/)
[![HitCount](http://hits.dwyl.io/TralahM/scala-by-example.svg)](http://dwyl.io/TralahM/scala-by-example)
[![Inline Docs](http://inch-ci.org/github/TralahM/scala-by-example.svg?branch=master)](http://inch-ci.org/github/TralahM/scala-by-example)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/TralahM/pull/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://gitHub.com/TralahM/scala-by-example/pull/)

# scala-by-example.

[![TralahM](https://img.shields.io/badge/Engineer-TralahM-blue.svg?style=for-the-badge)](https://github.com/TralahM)
[![TralahM](https://img.shields.io/badge/Maintainer-TralahM-green.svg?style=for-the-badge)](https://github.com/TralahM)

# Documentation

# Dependencies
* Scala
* Scala Build Tool **SBT**

# How to Install

## Building from Source for Developers

```console
$ git clone https://github.com/TralahM/scala-by-example.git
$ cd scala-by-example
$ sbt
sbt:scala-by-example> run
```

# Contributing
[See the Contributing File](CONTRIBUTING.rst)

[See the Pull Request File](PULL_REQUEST_TEMPLATE.md)

# Support

# LICENCE

[Read the license here](LICENSE)

# Acknowledgements