Ecosyste.ms: Awesome

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

https://twitter.github.io/effectivescala/

Twitter's Effective Scala Guide
https://twitter.github.io/effectivescala/

Last synced: 2 months ago
JSON representation

Twitter's Effective Scala Guide

Lists

README

        

# Effective Scala

This is the repository for the [Effective Scala](https://twitter.github.com/effectivescala/) document.

It is "typeset" in [markdown](https://daringfireball.net/projects/markdown/) using [PEG markdown](https://github.com/jgm/peg-markdown). It also requires the [GNU Troff suite (groff)](https://www.gnu.org/software/groff/).

## Building

To render the document:

make

To publish to github pages:

make pub

## Contributing

Want to contribute and improve the guide? Have a bug or a question?

Please create an issue here on GitHub: https://github.com/twitter/effectivescala/issues

## License

Copyright 2012 Twitter, Inc.

Licensed under the CC-BY 3.0: https://creativecommons.org/licenses/by/3.0