Skip to content

Commit 9f1f161

Browse files
Update key features and tags (#838)
1 parent bf487ce commit 9f1f161

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

config.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@
12881288
"key_features": [
12891289
{
12901290
"title": "Modern",
1291-
"content": "Scala is relatively young, and design decisions are aimed to address criticisms of Java.",
1291+
"content": "Scala is a constantly evolving language, bringing research and industry together.",
12921292
"icon": "evolving"
12931293
},
12941294
{
@@ -1297,18 +1297,18 @@
12971297
"icon": "multi-paradigm"
12981298
},
12991299
{
1300-
"title": "Statically typed",
1301-
"content": "Scala is statically typed and supports type inference, catching errors early.",
1300+
"title": "Advanced type system",
1301+
"content": "Static typing with inference, traits, type classes, higher-kinded types and typed macros",
13021302
"icon": "statically-typed"
13031303
},
13041304
{
1305-
"title": "Lazy computation",
1306-
"content": "Scala evaluates expressions only when required, this increases performance.",
1307-
"icon": "fast"
1305+
"title": "Multi-platform",
1306+
"content": "Scala can run and interop with JVM, JavaScript (browser and Node.js), and native code.",
1307+
"icon": "cross-platform"
13081308
},
13091309
{
13101310
"title": "Immutability",
1311-
"content": "Scala uses an immutability concept. Each declared variable is immutable by default.",
1311+
"content": "Scala provides a strong emphasis on immutable data structures.",
13121312
"icon": "immutable"
13131313
},
13141314
{
@@ -1327,10 +1327,13 @@
13271327
"platform/web",
13281328
"platform/windows",
13291329
"runtime/jvm",
1330+
"runtime/standalone_executable",
13301331
"typing/static",
13311332
"typing/strong",
13321333
"used_for/backends",
13331334
"used_for/financial_systems",
1334-
"used_for/frontends"
1335+
"used_for/frontends",
1336+
"used_for/scripts",
1337+
"used_for/web_development"
13351338
]
13361339
}

0 commit comments

Comments
 (0)