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

Describe language features #469

Merged
merged 1 commit into from
May 10, 2021
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 @@ -1283,6 +1283,37 @@
"blurb": "TODO: add blurb for basics concept"
}
],
"key_features": [],
"key_features": [
{
"icon": "features-generic",
"title": "Pragmatic",
"content": "Kotlin is trying hard to be a modern language with great tooling support."
},
{
"icon": "features-strongly-typed",
"title": "Statically Typed",
"content": "Strong type-safety and null-safety features for building robust software."
},
{
"icon": "features-lazy",
"title": "Multi-Paradigm",
"content": "Kotlin support both functional and mainstream OOP programming principles."
},
{
"icon": "features-functional",
"title": "Platform Independent",
"content": "Develop for Android, iOS, JVM, Node.js, browser and many native targets."
},
{
"icon": "features-oop",
"title": "Garbage collected",
"content": "Kotlin (as a modern generic-purpose language) does memory management for you."
},
{
"icon": "features-declarative",
"title": "Open-Source",
"content": "Kotlin is fully open-source. Submit patches or suggest language improvements."
}
],
"tags": []
}