Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The icons for key features are now available, and
configlet lint
now requires that each key feature has a validicon
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.
Cross-platform
C is portable and can run on almost any platform and chipset.
General purpose
C can be used for a wide variety of workloads from IoT to game engines.
Performant
C has been consistently rated as one of the highest performing languages for energy and time.
Stable
The C standard values stability and backwards compatibility, C programs can run for decades.
Powerful
C allows both lower and higher level functionality, making it very powerful.
Efficient
C allows swift implementation using constructs that map efficiently to machine instructions.