exercism / fortran

Exercism exercises in Fortran.
https://exercism.org/tracks/fortran
MIT License
23 stars 30 forks source link

Add icons for key features #148

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.


scientific Scientific computing Fortran is used heavily in scientific computing and engineering.

cross-platform Cross-platform Fortran is portable and can run on almost any platform.

fast Performant Fortran has been consistently rated as one of the highest performing languages for energy and time.

stable Stable The Fortran values stability and backwards compatibility, Fortran programs can run for decades.

multi-paradigm Math The name of Fortran derived from Formula Translation. Natively supports arrays and complex numbers.

powerful Efficient Fortran has been optimized for decades to execute efficiently.

pclausen commented 3 years ago

@SaschaMann I will merge this when the other two PRs have been merged - that should fix the linting check as well.