Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add key features #539

Merged
merged 5 commits into from
Mar 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,38 @@
"name": "while loops"
}
],
"key_features": [],
"key_features": [
{
"title": "Modern",
"content": "Swift incorporates the latest research on programming languages, combined with Apple's experience.",
"icon": "evolving"
},
{
"title": "Designed for safety",
"content": "Swift eliminates entire classes of unsafe code.",
"icon": "safe"
},
{
"title": "Fast and powerful",
"content": "From its earliest conception, Swift was built to be fast.",
"icon": "fast"
},
{
"title": "Great first language",
"content": "Swift was designed to be anyone’s first programming language.",
"icon": "easy"
},
{
"title": "Cross platform",
"content": "Support Apple platforms and Linux, with community members working to port to even more platforms.",
"icon": "cross-platform"
},
{
"title": "Open source",
"content": "Swift is open-source and developed in the open at Swift.org.",
"icon": "community"
}
],
"tags": [
"paradigm/declarative",
"paradigm/functional",
Expand Down