Skip to content

andyjayne/visual-scala-reference

 
 

Repository files navigation

Visual Scala Reference

An awesome visual guide to some of the most common Scala functions.

https://superruzafa.github.io/visual-scala-reference

Build Status

Development

This guide uses Hugo as render engine.

To launch the server in your local machine just launch the following command:

$ 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:

$ make

It will transform the .tex files into .svg images.

Releases

No releases published

Packages

No packages published

Languages

  • TeX 93.2%
  • HTML 3.0%
  • JavaScript 2.0%
  • SCSS 1.3%
  • Makefile 0.4%
  • Dockerfile 0.1%