Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tralahm/scala-by-example
- Owner: TralahM
- License: mit
- Created: 2020-04-13T00:08:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T22:54:17.000Z (over 4 years ago)
- Last Synced: 2024-11-24T20:54:28.535Z (about 2 months ago)
- Topics: functional-programming, sbt, scala, tralahm, tralahtek
- Language: Scala
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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