Skip to content

Commit

Permalink
key features (#102)
Browse files Browse the repository at this point in the history
* key features

* okay, so maybe not games

Co-authored-by: Bruce M. Axtens <[email protected]>
  • Loading branch information
axtens and Bruce M. Axtens authored Jun 29, 2021
1 parent 5c7cca0 commit 992565f
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,38 @@
]
},
"concepts": [],
"key_features": [],
"key_features": [
{
"icon": "features-oop",
"title": "Modern",
"content": "VB.NET is a modern, fast-evolving language."
},
{
"icon": "features-strongly-typed",
"title": "Cross-platform",
"content": "VB.NET runs on almost any platform and chipset."
},
{
"icon": "features-functional",
"title": "Multi-paradigm",
"content": "VB.NET is primarily an object-oriented language, but also has lots of functional features."
},
{
"icon": "features-lazy",
"title": "General purpose",
"content": "VB.NET is used for a wide variety of workloads, like websites, gui and console applications."
},
{
"icon": "features-declarative",
"title": "Tooling",
"content": "VB.NET has excellent tooling, with linting and advanced refactoring options built-in."
},
{
"icon": "features-generic",
"title": "Documentation",
"content": "Documentation is excellent and exhaustive, making it easy to get started with VB.NET."
}
],
"tags": [
"paradigm/functional",
"paradigm/imperative",
Expand Down

0 comments on commit 992565f

Please sign in to comment.