• Stars
    star
    232
  • Rank 166,594 (Top 4 %)
  • Language
    CSS
  • License
    Creative Commons ...
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of best practices for the Scala programming language

Building the site

Required tools

The following tools are needed to build the site:

  • sbt, to compile and assemble all examples
  • jekyll, to turn the output into a static site

Steps

You first need to run all pages through the amazing mdoc to make sure all examples are valid:

sbt makeSite

This will generate jekyll sources in ./target/site. For local development / browsing, the simplest thing to do is to run the following from ./target/site:

jekyll serve --watch -c _config.yml --baseurl ""

This will make the entire site available on http://localhost:4000.

More Repositories

1

kantan.csv

CSV handling library for Scala
Scala
346
star
2

kantan.xpath

XPath wrapper for Scala
Scala
56
star
3

kantan.regex

Regular expression library for Scala
Scala
23
star
4

kantan.dtables

Scala
17
star
5

talk-scala-best-practices

Talk on Scala best practices
HTML
12
star
6

kantan.codecs

Generic encoders / decoders for the various kantan libraries.
Scala
10
star
7

kantan.parsers

Scala
9
star
8

fetch

Scala HTTP client library
Scala
8
star
9

kantan.dot

Scala
7
star
10

nrinaudo.github.com

CSS
5
star
11

workshop-finch

Finch introduction workshop
HTML
5
star
12

far-more-adt

Slides for a talk on ADTs and GADTs
HTML
5
star
13

kantan.mongodb

Sane MongoDB library for Scala
Scala
4
star
14

dsl-tagless

HTML
4
star
15

pbt-functions

Demonsrates shrinking and showing of arbitrary functions
Scala
3
star
16

type-classes-from-the-ground-up

Slides for a talk on typeclasses, using CSV as a running example
HTML
3
star
17

kantan.repl

Scala
2
star
18

kantan.sbt

Support SBT plugin for kantan libraries
Scala
2
star
19

sbt-glpages

SBT autoplugin for publishing documentation to Gitlab Pages
Scala
2
star
20

optics-from-the-ground-up

Slides for a talk on optics
HTML
2
star
21

playground

Somewhere for me to store all my exploratory code
Scala
2
star
22

shrinking-showing-functions

Slides for my "Shrinking and showing functions (in Scala)" talk
HTML
1
star
23

much-ado-about-testing

Slides of my "much ado about testing" presentation
HTML
1
star
24

function-reuse

HTML
1
star
25

workshop-minimum-git

Workshop intended to teach what I think the minimum git knowledge should be
1
star
26

recursion-schemes-from-the-ground-up

HTML
1
star