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

Update key features and tags #838

Merged
merged 1 commit into from
Aug 15, 2024
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
19 changes: 11 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@
"key_features": [
{
"title": "Modern",
"content": "Scala is relatively young, and design decisions are aimed to address criticisms of Java.",
"content": "Scala is a constantly evolving language, bringing research and industry together.",
"icon": "evolving"
},
{
Expand All @@ -1297,18 +1297,18 @@
"icon": "multi-paradigm"
},
{
"title": "Statically typed",
"content": "Scala is statically typed and supports type inference, catching errors early.",
"title": "Advanced type system",
"content": "Static typing with inference, traits, type classes, higher-kinded types and typed macros",
"icon": "statically-typed"
},
{
"title": "Lazy computation",
"content": "Scala evaluates expressions only when required, this increases performance.",
"icon": "fast"
"title": "Multi-platform",
"content": "Scala can run and interop with JVM, JavaScript (browser and Node.js), and native code.",
"icon": "cross-platform"
},
{
"title": "Immutability",
"content": "Scala uses an immutability concept. Each declared variable is immutable by default.",
"content": "Scala provides a strong emphasis on immutable data structures.",
"icon": "immutable"
},
{
Expand All @@ -1327,10 +1327,13 @@
"platform/web",
"platform/windows",
"runtime/jvm",
"runtime/standalone_executable",
"typing/static",
"typing/strong",
"used_for/backends",
"used_for/financial_systems",
"used_for/frontends"
"used_for/frontends",
"used_for/scripts",
"used_for/web_development"
]
}