Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superruzafa/visual-scala-reference
Visual Scala Reference
https://github.com/superruzafa/visual-scala-reference
cheatsheet graphical guide reference scala scala-collections
Last synced: 4 days ago
JSON representation
Visual Scala Reference
- Host: GitHub
- URL: https://github.com/superruzafa/visual-scala-reference
- Owner: superruzafa
- Created: 2017-09-26T15:48:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T08:47:37.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T05:34:47.176Z (about 2 months ago)
- Topics: cheatsheet, graphical, guide, reference, scala, scala-collections
- Language: TeX
- Homepage: https://superruzafa.github.io/visual-scala-reference
- Size: 13.2 MB
- Stars: 271
- Watchers: 17
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Scala Reference
An awesome visual guide to some of the most common Scala functions.
https://superruzafa.github.io/visual-scala-reference
[![Build Status](https://travis-ci.org/superruzafa/visual-scala-reference.svg?branch=master)](https://travis-ci.org/superruzafa/visual-scala-reference)
## Development
This guide uses [Hugo] as render engine.
To launch the server in your local machine just launch the following command:
~~~ sh
$ hugo server
~~~and browse http://localhost:1313/visual-scala-reference
The function diagrams are written using the TeX [TikZ] library.
In order to build the images you must have configured a TeX environment
(or build and use the image from the provided Dockerfile).Then, from the project's root dir just launch the following command:
~~~ sh
$ make
~~~It will transform the .tex files into .svg images.
[Hugo]: https://gohugo.io "Hugo"
[TikZ]: https://github.com/pgf-tikz/pgf "TikZ"