exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Add icons for key features #695

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

The icons for key features are now available, and configlet lint now requires that each key feature has a valid icon value.

This PR sets an initial icon for each key feature - feel free to change them however you want. You can see the list of available icons here. Note that an icon can be used regardless of its name.

With the initial state of this PR, the key features look something like the below.


evolving Modern Scala is relatively young, and design decisions are aimed to address criticisms of Java.

multi-paradigm Multi-paradigm Scala combines object-oriented and functional programming in one concise, high-level language.

statically-typed Statically typed Scala is statically typed and supports type inference, catching errors early.

fast Lazy computation Scala evaluates expressions only when required, this increases performance.

immutable Immutability Scala uses an immutability concept. Each declared variable is immutable by default.

community Widely-used Scala is being used by some of the world's tech giants.