/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.

Primary LanguageScalaMIT LicenseMIT

Build Status License: MIT Organization made-with-scala HitCount Inline Docs PRs Welcome GitHub pull-requests

scala-by-example.

TralahM TralahM

Documentation

Dependencies

  • Scala
  • Scala Build Tool SBT

How to Install

Building from Source for Developers

$ 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

See the Pull Request File

Support

LICENCE

Read the license here

Acknowledgements